Html Css Color HEX #A66600 Golden Brown

📋 copy color: '#A66600'

red 166 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #A66600

Tints of Golden Brown #A66600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.06%

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

R = 61.94%
G = 38.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A66600 (or 0xA66600) is known color: Golden Brown. HEX triplet: A6, 66 and 00. RGB value is (166,102,0). Sum of RGB (Red+Green+Blue) = 166+102+0=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A66600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66600 is #5999FF. Grayscale: #6D6D6D. Windows color (decimal): -5872128 or 26278. OLE color: 26278.

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

Color convert

RGB 166 102 0 -
CMYK 0 0.39 1 0.35
HSL 36.87º 1% 0.33% -
HSV(B) 36.87º 1% 0.65% -
XYZ 20.48 17.61 2.32 -
YUV 109.51 66.2 168.29 -
System Red Green Blue C M Y K H S L
Decimal 166 102 0 0 0.39 1 0.35 36.87 1 0.33
Hex A6 66 0 0 27 64 23 25 64 21
Octal 246 146 0 0 47 144 43 45 144 41
Binary 10100110 1100110 0 0 100111 1100100 100011 100101 1100100 100001

Color Harmonies of #A66600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66600

Black with #A66600

Text Example


Text Example

White with #A66600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66600; }

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

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

background-color css

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

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

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

border-color css

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

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

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