Html Css Color HEX #A66000 Golden Brown

📋 copy color: '#A66000'

red 166 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #A66000

Tints of Golden Brown #A66000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.36%
G = 36.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A66000 (or 0xA66000) is known color: Golden Brown. HEX triplet: A6, 60 and 00. RGB value is (166,96,0). Sum of RGB (Red+Green+Blue) = 166+96+0=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A66000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66000 is #599FFF. Grayscale: #6A6A6A. Windows color (decimal): -5873664 or 24742. OLE color: 24742.

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

Color convert

RGB 166 96 0 -
CMYK 0 0.42 1 0.35
HSL 34.7º 1% 0.33% -
HSV(B) 34.7º 1% 0.65% -
XYZ 19.91 16.47 2.13 -
YUV 105.99 68.19 170.81 -
System Red Green Blue C M Y K H S L
Decimal 166 96 0 0 0.42 1 0.35 34.7 1 0.33
Hex A6 60 0 0 2A 64 23 23 64 21
Octal 246 140 0 0 52 144 43 43 144 41
Binary 10100110 1100000 0 0 101010 1100100 100011 100011 1100100 100001

Color Harmonies of #A66000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66000

Black with #A66000

Text Example


Text Example

White with #A66000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66000; }

 p { color: rgb(166,96,0); }

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

background-color css

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

 a { background-color: rgb(166,96,0); }

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

border-color css

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

 span { border-color: rgb(166,96,0); }

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