Html Css Color HEX #AA6605 Golden Brown

📋 copy color: '#AA6605'

red 170 ◦ green 102 ◦ blue 5

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

Shades of Golden Brown #AA6605

Tints of Golden Brown #AA6605

RGB

 RED value IS 170 (66.8% from 255) = 61.37%

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 61.37%
G = 36.82%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA6605 (or 0xAA6605) is known color: Golden Brown. HEX triplet: AA, 66 and 05. RGB value is (170,102,5). Sum of RGB (Red+Green+Blue) = 170+102+5=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6605 is #5599FA. Grayscale: #6F6F6F. Windows color (decimal): -5609979 or 353962. OLE color: 353962.

HSL color Cylindrical-coordinate representation of color #AA6605: hue angle of 35.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA6605 is Cyan = 0, Magento = 0.4, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 5 -
CMYK 0 0.4 0.97 0.33
HSL 35.27º 0.94% 0.34% -
HSV(B) 35.27º 0.97% 0.67% -
XYZ 21.36 18.06 2.5 -
YUV 111.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 170 102 5 0 0.4 0.97 0.33 35.27 0.94 0.34
Hex AA 66 5 0 28 61 21 23 5E 22
Octal 252 146 5 0 50 141 41 43 136 42
Binary 10101010 1100110 101 0 101000 1100001 100001 100011 1011110 100010

Color Harmonies of #AA6605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6605

Black with #AA6605

Text Example


Text Example

White with #AA6605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6605; }

 p { color: rgb(170,102,5); }

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

background-color css

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

 a { background-color: rgb(170,102,5); }

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

border-color css

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

 span { border-color: rgb(170,102,5); }

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