Html Css Color HEX #AA5A0E Golden Brown

📋 copy color: '#AA5A0E'

red 170 ◦ green 90 ◦ blue 14

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

Shades of Golden Brown #AA5A0E

Tints of Golden Brown #AA5A0E

RGB

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

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

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

R = 62.04%
G = 32.85%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA5A0E (or 0xAA5A0E) is known color: Golden Brown. HEX triplet: AA, 5A and 0E. RGB value is (170,90,14). Sum of RGB (Red+Green+Blue) = 170+90+14=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5A0E is #55A5F1. Grayscale: #696969. Windows color (decimal): -5613042 or 940714. OLE color: 940714.

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

Color convert

RGB 170 90 14 -
CMYK 0 0.47 0.92 0.33
HSL 29.23º 0.85% 0.36% -
HSV(B) 29.23º 0.92% 0.67% -
XYZ 20.31 15.89 2.41 -
YUV 105.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 170 90 14 0 0.47 0.92 0.33 29.23 0.85 0.36
Hex AA 5A E 0 2F 5C 21 1D 55 24
Octal 252 132 16 0 57 134 41 35 125 44
Binary 10101010 1011010 1110 0 101111 1011100 100001 11101 1010101 100100

Color Harmonies of #AA5A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A0E

Black with #AA5A0E

Text Example


Text Example

White with #AA5A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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