Html Css Color HEX #AA5908 Golden Brown

📋 copy color: '#AA5908'

red 170 ◦ green 89 ◦ blue 8

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

Shades of Golden Brown #AA5908

Tints of Golden Brown #AA5908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

 BLUE value IS 8 (3.52% from 255) = 3%

R = 63.67%
G = 33.33%
B = 3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5908 (or 0xAA5908) is known color: Golden Brown. HEX triplet: AA, 59 and 08. RGB value is (170,89,8). Sum of RGB (Red+Green+Blue) = 170+89+8=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5908 is #55A6F7. Grayscale: #686868. Windows color (decimal): -5613304 or 547242. OLE color: 547242.

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

Color convert

RGB 170 89 8 -
CMYK 0 0.48 0.95 0.33
HSL 30º 0.91% 0.35% -
HSV(B) 30º 0.95% 0.67% -
XYZ 20.19 15.71 2.2 -
YUV 103.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 170 89 8 0 0.48 0.95 0.33 30 0.91 0.35
Hex AA 59 8 0 30 5F 21 1E 5B 23
Octal 252 131 10 0 60 137 41 36 133 43
Binary 10101010 1011001 1000 0 110000 1011111 100001 11110 1011011 100011

Color Harmonies of #AA5908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5908

Black with #AA5908

Text Example


Text Example

White with #AA5908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5908; }

 p { color: rgb(170,89,8); }

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

background-color css

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

 a { background-color: rgb(170,89,8); }

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

border-color css

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

 span { border-color: rgb(170,89,8); }

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