Html Css Color HEX #AA560B Golden Brown

📋 copy color: '#AA560B'

red 170 ◦ green 86 ◦ blue 11

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

Shades of Golden Brown #AA560B

Tints of Golden Brown #AA560B

RGB

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

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

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

R = 63.67%
G = 32.21%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA560B (or 0xAA560B) is known color: Golden Brown. HEX triplet: AA, 56 and 0B. RGB value is (170,86,11). Sum of RGB (Red+Green+Blue) = 170+86+11=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA560B is #55A9F4. Grayscale: #666666. Windows color (decimal): -5614069 or 743082. OLE color: 743082.

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

Color convert

RGB 170 86 11 -
CMYK 0 0.49 0.94 0.33
HSL 28.3º 0.88% 0.35% -
HSV(B) 28.3º 0.94% 0.67% -
XYZ 19.97 15.23 2.2 -
YUV 102.57 76.33 176.1 -
System Red Green Blue C M Y K H S L
Decimal 170 86 11 0 0.49 0.94 0.33 28.3 0.88 0.35
Hex AA 56 B 0 31 5E 21 1C 58 23
Octal 252 126 13 0 61 136 41 34 130 43
Binary 10101010 1010110 1011 0 110001 1011110 100001 11100 1011000 100011

Color Harmonies of #AA560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA560B

Black with #AA560B

Text Example


Text Example

White with #AA560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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