#A65F1A

Color #A65F1A Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A65F1A

Tints of Golden Brown #A65F1A

Color information

#A65F1A (or 0xA65F1A) is unknown color: approx Golden Brown. HEX triplet: A6, 5F and 1A. RGB value is (166,95,26). Sum of RGB (Red+Green+Blue) = 166+95+26=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65F1A is #59A0E5. Grayscale: #6C6C6C. Windows color (decimal): -5873894 or 1728422. OLE color: 1728422.

HSL color Cylindrical-coordinate representation of color #A65F1A: hue angle of 29.57º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A65F1A is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1669526-
CMYK00.430.840.35
HSL29.57º72.92%37.65%-
HSV(B)29.57º84.34%65.1%-
XYZ2016.373.08-
YUV108.3681.52169.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 26 (10.55% from 255) = 9.06%
R=57.84%
G=33.10%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166952600.430.840.3529.5772.9237.65
HexA65F1A02B54231e4926
Octal24613732053124433611146
Binary1010011010111111101001010111010100100011111101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F1A; }

 p { color: rgb(166,95,26); }

 H1.HeaderClassName
 {
   color: #A65F1A;
 }
 .AnyTagClassName
 {
   color: #A65F1A;
 }
</style>
background-color css

<style>
 a { background-color: #A65F1A; }

 a { background-color: rgb(166,95,26); }

 div.DivClassName
 {
   background-color: #A65F1A;
 }
 .BgClassName
 {
   background-color: #A65F1A;
 }
</style>
border-color css

<style>
 span { border-color: #A65F1A; }

 span { border-color: rgb(166,95,26); }

 td.TdClassName
 {
   border-color: #A65F1A;
 }
 .TagClassName
 {
   border-color: #A65F1A;
 }
</style>