Html Css Color HEX #AA5E14 Golden Brown

📋 copy color: '#AA5E14'

red 170 ◦ green 94 ◦ blue 20

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

Shades of Golden Brown #AA5E14

Tints of Golden Brown #AA5E14

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.1%

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 59.86%
G = 33.1%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA5E14 (or 0xAA5E14) is known color: Golden Brown. HEX triplet: AA, 5E and 14. RGB value is (170,94,20). Sum of RGB (Red+Green+Blue) = 170+94+20=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E14 is #55A1EB. Grayscale: #6C6C6C. Windows color (decimal): -5612012 or 1334954. OLE color: 1334954.

HSL color Cylindrical-coordinate representation of color #AA5E14: hue angle of 29.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA5E14 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 94 20 -
CMYK 0 0.45 0.88 0.33
HSL 29.6º 0.79% 0.37% -
HSV(B) 29.6º 0.88% 0.67% -
XYZ 20.71 16.6 2.77 -
YUV 108.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 170 94 20 0 0.45 0.88 0.33 29.6 0.79 0.37
Hex AA 5E 14 0 2D 58 21 1E 4F 25
Octal 252 136 24 0 55 130 41 36 117 45
Binary 10101010 1011110 10100 0 101101 1011000 100001 11110 1001111 100101

Color Harmonies of #AA5E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E14

Black with #AA5E14

Text Example


Text Example

White with #AA5E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E14; }

 p { color: rgb(170,94,20); }

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

background-color css

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

 a { background-color: rgb(170,94,20); }

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

border-color css

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

 span { border-color: rgb(170,94,20); }

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