Html Css Color HEX #A66410 Golden Brown

📋 copy color: '#A66410'

red 166 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #A66410

Tints of Golden Brown #A66410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.67%

R = 58.87%
G = 35.46%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A66410 (or 0xA66410) is known color: Golden Brown. HEX triplet: A6, 64 and 10. RGB value is (166,100,16). Sum of RGB (Red+Green+Blue) = 166+100+16=282 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.87% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 166 - color contains mainly: red. Hex color #A66410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66410 is #599BEF. Grayscale: #6E6E6E. Windows color (decimal): -5872624 or 1074342. OLE color: 1074342.

HSL color Cylindrical-coordinate representation of color #A66410: hue angle of 33.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A66410 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 16 -
CMYK 0 0.40 0.90 0.35
HSL 33.6º 0.82% 0.36% -
HSV(B) 33.6º 0.9% 0.65% -
XYZ 20.38 17.26 2.75 -
YUV 110.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 166 100 16 0 0.40 0.90 0.35 33.6 0.82 0.36
Hex A6 64 10 0 28 5A 23 22 52 24
Octal 246 144 20 0 50 132 43 42 122 44
Binary 10100110 1100100 10000 0 101000 1011010 100011 100010 1010010 100100

Color Harmonies of #A66410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66410

Black with #A66410

Text Example


Text Example

White with #A66410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66410; }

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

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

background-color css

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

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

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

border-color css

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

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

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