Html Css Color HEX #AA570C Golden Brown

📋 copy color: '#AA570C'

red 170 ◦ green 87 ◦ blue 12

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

Shades of Golden Brown #AA570C

Tints of Golden Brown #AA570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 63.2%
G = 32.34%
B = 4.46%

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

#AA570C (or 0xAA570C) is known color: Golden Brown. HEX triplet: AA, 57 and 0C. RGB value is (170,87,12). Sum of RGB (Red+Green+Blue) = 170+87+12=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA570C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA570C is #55A8F3. Grayscale: #676767. Windows color (decimal): -5613812 or 808874. OLE color: 808874.

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

Color convert

RGB 170 87 12 -
CMYK 0 0.49 0.93 0.33
HSL 28.48º 0.87% 0.36% -
HSV(B) 28.48º 0.93% 0.67% -
XYZ 20.05 15.39 2.26 -
YUV 103.27 76.5 175.6 -
System Red Green Blue C M Y K H S L
Decimal 170 87 12 0 0.49 0.93 0.33 28.48 0.87 0.36
Hex AA 57 C 0 31 5D 21 1C 57 24
Octal 252 127 14 0 61 135 41 34 127 44
Binary 10101010 1010111 1100 0 110001 1011101 100001 11100 1010111 100100

Color Harmonies of #AA570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA570C

Black with #AA570C

Text Example


Text Example

White with #AA570C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA570C; }

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

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

background-color css

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

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

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

border-color css

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

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

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