Html Css Color HEX #A66419 Golden Brown

📋 copy color: '#A66419'

red 166 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #A66419

Tints of Golden Brown #A66419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.36%

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

R = 57.04%
G = 34.36%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A66419 (or 0xA66419) is known color: Golden Brown. HEX triplet: A6, 64 and 19. RGB value is (166,100,25). Sum of RGB (Red+Green+Blue) = 166+100+25=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A66419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66419 is #599BE6. Grayscale: #6F6F6F. Windows color (decimal): -5872615 or 1664166. OLE color: 1664166.

HSL color Cylindrical-coordinate representation of color #A66419: hue angle of 31.91º 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 #A66419 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 25 -
CMYK 0 0.40 0.85 0.35
HSL 31.91º 0.74% 0.37% -
HSV(B) 31.91º 0.85% 0.65% -
XYZ 20.46 17.29 3.18 -
YUV 111.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 166 100 25 0 0.40 0.85 0.35 31.91 0.74 0.37
Hex A6 64 19 0 28 55 23 20 4A 25
Octal 246 144 31 0 50 125 43 40 112 45
Binary 10100110 1100100 11001 0 101000 1010101 100011 100000 1001010 100101

Color Harmonies of #A66419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66419

Black with #A66419

Text Example


Text Example

White with #A66419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66419; }

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

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

background-color css

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

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

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

border-color css

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

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

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