Html Css Color HEX #AA570D Golden Brown

📋 copy color: '#AA570D'

red 170 ◦ green 87 ◦ blue 13

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

Shades of Golden Brown #AA570D

Tints of Golden Brown #AA570D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 62.96%
G = 32.22%
B = 4.81%

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

#AA570D (or 0xAA570D) is known color: Golden Brown. HEX triplet: AA, 57 and 0D. RGB value is (170,87,13). Sum of RGB (Red+Green+Blue) = 170+87+13=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA570D is #55A8F2. Grayscale: #676767. Windows color (decimal): -5613811 or 874410. OLE color: 874410.

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

Color convert

RGB 170 87 13 -
CMYK 0 0.49 0.92 0.33
HSL 28.28º 0.86% 0.36% -
HSV(B) 28.28º 0.92% 0.67% -
XYZ 20.06 15.39 2.29 -
YUV 103.38 77 175.52 -
System Red Green Blue C M Y K H S L
Decimal 170 87 13 0 0.49 0.92 0.33 28.28 0.86 0.36
Hex AA 57 D 0 31 5C 21 1C 56 24
Octal 252 127 15 0 61 134 41 34 126 44
Binary 10101010 1010111 1101 0 110001 1011100 100001 11100 1010110 100100

Color Harmonies of #AA570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA570D

Black with #AA570D

Text Example


Text Example

White with #AA570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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