Html Css Color HEX #A66F19 Golden Brown

📋 copy color: '#A66F19'

red 166 ◦ green 111 ◦ blue 25

#A66F19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A66F19

Tints of Golden Brown #A66F19

RGB

 RED value IS 166 (65.23% from 255) = 54.97%

 GREEN value IS 111 (43.75% from 255) = 36.75%

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 54.97%
G = 36.75%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A66F19 (or 0xA66F19) is known color: Golden Brown. HEX triplet: A6, 6F and 19. RGB value is (166,111,25). Sum of RGB (Red+Green+Blue) = 166+111+25=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F19 is #5990E6. Grayscale: #767676. Windows color (decimal): -5869799 or 1666982. OLE color: 1666982.

HSL color Cylindrical-coordinate representation of color #A66F19: hue angle of 36.6º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A66F19 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 111 25 -
CMYK 0 0.33 0.85 0.35
HSL 36.6º 0.74% 0.37% -
HSV(B) 36.6º 0.85% 0.65% -
XYZ 21.59 19.55 3.55 -
YUV 117.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 166 111 25 0 0.33 0.85 0.35 36.6 0.74 0.37
Hex A6 6F 19 0 21 55 23 25 4A 25
Octal 246 157 31 0 41 125 43 45 112 45
Binary 10100110 1101111 11001 0 100001 1010101 100011 100101 1001010 100101

Color Harmonies of #A66F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F19

Black with #A66F19

Text Example


Text Example

White with #A66F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F19; }

 p { color: rgb(166,111,25); }

 H1.HeaderClassName
 {
   color: #A66F19;
 }
 .AnyTagClassName
 {
   color: #A66F19;
 }
</style>

background-color css

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

 a { background-color: rgb(166,111,25); }

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

border-color css

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

 span { border-color: rgb(166,111,25); }

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