Html Css Color HEX #AA570F Golden Brown

📋 copy color: '#AA570F'

red 170 ◦ green 87 ◦ blue 15

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

Shades of Golden Brown #AA570F

Tints of Golden Brown #AA570F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 62.5%
G = 31.99%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA570F (or 0xAA570F) is known color: Golden Brown. HEX triplet: AA, 57 and 0F. RGB value is (170,87,15). Sum of RGB (Red+Green+Blue) = 170+87+15=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA570F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA570F is #55A8F0. Grayscale: #676767. Windows color (decimal): -5613809 or 1005482. OLE color: 1005482.

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

Color convert

RGB 170 87 15 -
CMYK 0 0.49 0.91 0.33
HSL 27.87º 0.84% 0.36% -
HSV(B) 27.87º 0.91% 0.67% -
XYZ 20.07 15.4 2.37 -
YUV 103.61 78 175.35 -
System Red Green Blue C M Y K H S L
Decimal 170 87 15 0 0.49 0.91 0.33 27.87 0.84 0.36
Hex AA 57 F 0 31 5B 21 1C 54 24
Octal 252 127 17 0 61 133 41 34 124 44
Binary 10101010 1010111 1111 0 110001 1011011 100001 11100 1010100 100100

Color Harmonies of #AA570F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA570F

Black with #AA570F

Text Example


Text Example

White with #AA570F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA570F; }

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

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

background-color css

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

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

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

border-color css

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

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

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