Html Css Color HEX #AA5706 Golden Brown

📋 copy color: '#AA5706'

red 170 ◦ green 87 ◦ blue 6

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

Shades of Golden Brown #AA5706

Tints of Golden Brown #AA5706

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 64.64%
G = 33.08%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA5706 (or 0xAA5706) is known color: Golden Brown. HEX triplet: AA, 57 and 06. RGB value is (170,87,6). Sum of RGB (Red+Green+Blue) = 170+87+6=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5706 is #55A8F9. Grayscale: #666666. Windows color (decimal): -5613818 or 415658. OLE color: 415658.

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

Color convert

RGB 170 87 6 -
CMYK 0 0.49 0.96 0.33
HSL 29.63º 0.93% 0.35% -
HSV(B) 29.63º 0.96% 0.67% -
XYZ 20.02 15.38 2.08 -
YUV 102.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 170 87 6 0 0.49 0.96 0.33 29.63 0.93 0.35
Hex AA 57 6 0 31 60 21 1E 5D 23
Octal 252 127 6 0 61 140 41 36 135 43
Binary 10101010 1010111 110 0 110001 1100000 100001 11110 1011101 100011

Color Harmonies of #AA5706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5706

Black with #AA5706

Text Example


Text Example

White with #AA5706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5706; }

 p { color: rgb(170,87,6); }

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

background-color css

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

 a { background-color: rgb(170,87,6); }

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

border-color css

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

 span { border-color: rgb(170,87,6); }

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