Html Css Color HEX #AA5A0F Golden Brown

📋 copy color: '#AA5A0F'

red 170 ◦ green 90 ◦ blue 15

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

Shades of Golden Brown #AA5A0F

Tints of Golden Brown #AA5A0F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 61.82%
G = 32.73%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA5A0F (or 0xAA5A0F) is known color: Golden Brown. HEX triplet: AA, 5A and 0F. RGB value is (170,90,15). Sum of RGB (Red+Green+Blue) = 170+90+15=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A0F is #55A5F0. Grayscale: #696969. Windows color (decimal): -5613041 or 1006250. OLE color: 1006250.

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

Color convert

RGB 170 90 15 -
CMYK 0 0.47 0.91 0.33
HSL 29.03º 0.84% 0.36% -
HSV(B) 29.03º 0.91% 0.67% -
XYZ 20.32 15.89 2.45 -
YUV 105.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 170 90 15 0 0.47 0.91 0.33 29.03 0.84 0.36
Hex AA 5A F 0 2F 5B 21 1D 54 24
Octal 252 132 17 0 57 133 41 35 124 44
Binary 10101010 1011010 1111 0 101111 1011011 100001 11101 1010100 100100

Color Harmonies of #AA5A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A0F

Black with #AA5A0F

Text Example


Text Example

White with #AA5A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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