Html Css Color HEX #AA5B0B Golden Brown

📋 copy color: '#AA5B0B'

red 170 ◦ green 91 ◦ blue 11

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

Shades of Golden Brown #AA5B0B

Tints of Golden Brown #AA5B0B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 62.5%
G = 33.46%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA5B0B (or 0xAA5B0B) is known color: Golden Brown. HEX triplet: AA, 5B and 0B. RGB value is (170,91,11). Sum of RGB (Red+Green+Blue) = 170+91+11=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5B0B is #55A4F4. Grayscale: #696969. Windows color (decimal): -5612789 or 744362. OLE color: 744362.

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

Color convert

RGB 170 91 11 -
CMYK 0 0.46 0.94 0.33
HSL 30.19º 0.88% 0.35% -
HSV(B) 30.19º 0.94% 0.67% -
XYZ 20.38 16.05 2.34 -
YUV 105.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 170 91 11 0 0.46 0.94 0.33 30.19 0.88 0.35
Hex AA 5B B 0 2E 5E 21 1E 58 23
Octal 252 133 13 0 56 136 41 36 130 43
Binary 10101010 1011011 1011 0 101110 1011110 100001 11110 1011000 100011

Color Harmonies of #AA5B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B0B

Black with #AA5B0B

Text Example


Text Example

White with #AA5B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B0B; }

 p { color: rgb(170,91,11); }

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

background-color css

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

 a { background-color: rgb(170,91,11); }

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

border-color css

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

 span { border-color: rgb(170,91,11); }

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