Html Css Color HEX #AA5E0E Golden Brown

📋 copy color: '#AA5E0E'

red 170 ◦ green 94 ◦ blue 14

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

Shades of Golden Brown #AA5E0E

Tints of Golden Brown #AA5E0E

RGB

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

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

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

R = 61.15%
G = 33.81%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA5E0E (or 0xAA5E0E) is known color: Golden Brown. HEX triplet: AA, 5E and 0E. RGB value is (170,94,14). Sum of RGB (Red+Green+Blue) = 170+94+14=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5E0E is #55A1F1. Grayscale: #6C6C6C. Windows color (decimal): -5612018 or 941738. OLE color: 941738.

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

Color convert

RGB 170 94 14 -
CMYK 0 0.45 0.92 0.33
HSL 30.77º 0.85% 0.36% -
HSV(B) 30.77º 0.92% 0.67% -
XYZ 20.66 16.58 2.53 -
YUV 107.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 170 94 14 0 0.45 0.92 0.33 30.77 0.85 0.36
Hex AA 5E E 0 2D 5C 21 1F 55 24
Octal 252 136 16 0 55 134 41 37 125 44
Binary 10101010 1011110 1110 0 101101 1011100 100001 11111 1010101 100100

Color Harmonies of #AA5E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E0E

Black with #AA5E0E

Text Example


Text Example

White with #AA5E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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