Html Css Color HEX #AA6B0B Golden Brown

📋 copy color: '#AA6B0B'

red 170 ◦ green 107 ◦ blue 11

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

Shades of Golden Brown #AA6B0B

Tints of Golden Brown #AA6B0B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

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

R = 59.03%
G = 37.15%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA6B0B (or 0xAA6B0B) is known color: Golden Brown. HEX triplet: AA, 6B and 0B. RGB value is (170,107,11). Sum of RGB (Red+Green+Blue) = 170+107+11=288 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.03% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6B0B is #5594F4. Grayscale: #737373. Windows color (decimal): -5608693 or 748458. OLE color: 748458.

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

Color convert

RGB 170 107 11 -
CMYK 0 0.37 0.94 0.33
HSL 36.23º 0.88% 0.35% -
HSV(B) 36.23º 0.94% 0.67% -
XYZ 21.9 19.09 2.85 -
YUV 114.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 170 107 11 0 0.37 0.94 0.33 36.23 0.88 0.35
Hex AA 6B B 0 25 5E 21 24 58 23
Octal 252 153 13 0 45 136 41 44 130 43
Binary 10101010 1101011 1011 0 100101 1011110 100001 100100 1011000 100011

Color Harmonies of #AA6B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B0B

Black with #AA6B0B

Text Example


Text Example

White with #AA6B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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