Html Css Color HEX #AA560C Golden Brown

📋 copy color: '#AA560C'

red 170 ◦ green 86 ◦ blue 12

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

Shades of Golden Brown #AA560C

Tints of Golden Brown #AA560C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 63.43%
G = 32.09%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA560C (or 0xAA560C) is known color: Golden Brown. HEX triplet: AA, 56 and 0C. RGB value is (170,86,12). Sum of RGB (Red+Green+Blue) = 170+86+12=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA560C is #55A9F3. Grayscale: #676767. Windows color (decimal): -5614068 or 808618. OLE color: 808618.

HSL color Cylindrical-coordinate representation of color #AA560C: hue angle of 28.1º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA560C is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 12 -
CMYK 0 0.49 0.93 0.33
HSL 28.1º 0.87% 0.36% -
HSV(B) 28.1º 0.93% 0.67% -
XYZ 19.97 15.23 2.23 -
YUV 102.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 170 86 12 0 0.49 0.93 0.33 28.1 0.87 0.36
Hex AA 56 C 0 31 5D 21 1C 57 24
Octal 252 126 14 0 61 135 41 34 127 44
Binary 10101010 1010110 1100 0 110001 1011101 100001 11100 1010111 100100

Color Harmonies of #AA560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA560C

Black with #AA560C

Text Example


Text Example

White with #AA560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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