Html Css Color HEX #AA5605 Golden Brown

📋 copy color: '#AA5605'

red 170 ◦ green 86 ◦ blue 5

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

Shades of Golden Brown #AA5605

Tints of Golden Brown #AA5605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.95%

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

R = 65.13%
G = 32.95%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA5605 (or 0xAA5605) is known color: Golden Brown. HEX triplet: AA, 56 and 05. RGB value is (170,86,5). Sum of RGB (Red+Green+Blue) = 170+86+5=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5605 is #55A9FA. Grayscale: #666666. Windows color (decimal): -5614075 or 349866. OLE color: 349866.

HSL color Cylindrical-coordinate representation of color #AA5605: hue angle of 29.45º 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 #AA5605 is Cyan = 0, Magento = 0.49, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 5 -
CMYK 0 0.49 0.97 0.33
HSL 29.45º 0.94% 0.34% -
HSV(B) 29.45º 0.97% 0.67% -
XYZ 19.93 15.21 2.03 -
YUV 101.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 170 86 5 0 0.49 0.97 0.33 29.45 0.94 0.34
Hex AA 56 5 0 31 61 21 1D 5E 22
Octal 252 126 5 0 61 141 41 35 136 42
Binary 10101010 1010110 101 0 110001 1100001 100001 11101 1011110 100010

Color Harmonies of #AA5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5605

Black with #AA5605

Text Example


Text Example

White with #AA5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5605; }

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

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

background-color css

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

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

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

border-color css

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

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

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