Html Css Color HEX #A66F03 Golden Brown

📋 copy color: '#A66F03'

red 166 ◦ green 111 ◦ blue 3

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

Shades of Golden Brown #A66F03

Tints of Golden Brown #A66F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 59.29%
G = 39.64%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A66F03 (or 0xA66F03) is known color: Golden Brown. HEX triplet: A6, 6F and 03. RGB value is (166,111,3). Sum of RGB (Red+Green+Blue) = 166+111+3=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66F03 is #5990FC. Grayscale: #737373. Windows color (decimal): -5869821 or 225190. OLE color: 225190.

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

Color convert

RGB 166 111 3 -
CMYK 0 0.33 0.98 0.35
HSL 39.75º 0.96% 0.33% -
HSV(B) 39.75º 0.98% 0.65% -
XYZ 21.43 19.48 2.72 -
YUV 115.13 64.72 164.28 -
System Red Green Blue C M Y K H S L
Decimal 166 111 3 0 0.33 0.98 0.35 39.75 0.96 0.33
Hex A6 6F 3 0 21 62 23 28 60 21
Octal 246 157 3 0 41 142 43 50 140 41
Binary 10100110 1101111 11 0 100001 1100010 100011 101000 1100000 100001

Color Harmonies of #A66F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F03

Black with #A66F03

Text Example


Text Example

White with #A66F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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