Html Css Color HEX #AA560E Golden Brown

📋 copy color: '#AA560E'

red 170 ◦ green 86 ◦ blue 14

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

Shades of Golden Brown #AA560E

Tints of Golden Brown #AA560E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 62.96%
G = 31.85%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA560E (or 0xAA560E) is known color: Golden Brown. HEX triplet: AA, 56 and 0E. RGB value is (170,86,14). Sum of RGB (Red+Green+Blue) = 170+86+14=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA560E is #55A9F1. Grayscale: #676767. Windows color (decimal): -5614066 or 939690. OLE color: 939690.

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

Color convert

RGB 170 86 14 -
CMYK 0 0.49 0.92 0.33
HSL 27.69º 0.85% 0.36% -
HSV(B) 27.69º 0.92% 0.67% -
XYZ 19.98 15.23 2.3 -
YUV 102.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 170 86 14 0 0.49 0.92 0.33 27.69 0.85 0.36
Hex AA 56 E 0 31 5C 21 1C 55 24
Octal 252 126 16 0 61 134 41 34 125 44
Binary 10101010 1010110 1110 0 110001 1011100 100001 11100 1010101 100100

Color Harmonies of #AA560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA560E

Black with #AA560E

Text Example


Text Example

White with #AA560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA560E; }

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

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

background-color css

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

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

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

border-color css

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

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

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