Html Css Color HEX #A66F15 Golden Brown

📋 copy color: '#A66F15'

red 166 ◦ green 111 ◦ blue 21

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

Shades of Golden Brown #A66F15

Tints of Golden Brown #A66F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.05%

R = 55.7%
G = 37.25%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A66F15 (or 0xA66F15) is known color: Golden Brown. HEX triplet: A6, 6F and 15. RGB value is (166,111,21). Sum of RGB (Red+Green+Blue) = 166+111+21=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F15 is #5990EA. Grayscale: #757575. Windows color (decimal): -5869803 or 1404838. OLE color: 1404838.

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

Color convert

RGB 166 111 21 -
CMYK 0 0.33 0.87 0.35
HSL 37.24º 0.78% 0.37% -
HSV(B) 37.24º 0.87% 0.65% -
XYZ 21.55 19.53 3.34 -
YUV 117.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 166 111 21 0 0.33 0.87 0.35 37.24 0.78 0.37
Hex A6 6F 15 0 21 57 23 25 4E 25
Octal 246 157 25 0 41 127 43 45 116 45
Binary 10100110 1101111 10101 0 100001 1010111 100011 100101 1001110 100101

Color Harmonies of #A66F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F15

Black with #A66F15

Text Example


Text Example

White with #A66F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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