Html Css Color HEX #AA5F0B Golden Brown

📋 copy color: '#AA5F0B'

red 170 ◦ green 95 ◦ blue 11

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

Shades of Golden Brown #AA5F0B

Tints of Golden Brown #AA5F0B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.42%

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

R = 61.59%
G = 34.42%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA5F0B (or 0xAA5F0B) is known color: Golden Brown. HEX triplet: AA, 5F and 0B. RGB value is (170,95,11). Sum of RGB (Red+Green+Blue) = 170+95+11=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5F0B is #55A0F4. Grayscale: #6C6C6C. Windows color (decimal): -5611765 or 745386. OLE color: 745386.

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

Color convert

RGB 170 95 11 -
CMYK 0 0.44 0.94 0.33
HSL 31.7º 0.88% 0.35% -
HSV(B) 31.7º 0.94% 0.67% -
XYZ 20.73 16.75 2.46 -
YUV 107.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 170 95 11 0 0.44 0.94 0.33 31.7 0.88 0.35
Hex AA 5F B 0 2C 5E 21 20 58 23
Octal 252 137 13 0 54 136 41 40 130 43
Binary 10101010 1011111 1011 0 101100 1011110 100001 100000 1011000 100011

Color Harmonies of #AA5F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F0B

Black with #AA5F0B

Text Example


Text Example

White with #AA5F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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