Html Css Color HEX #AA5E2F Fiery Orange

📋 copy color: '#AA5E2F'

red 170 ◦ green 94 ◦ blue 47

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

Shades of Fiery Orange #AA5E2F

Tints of Fiery Orange #AA5E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 54.66%
G = 30.23%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA5E2F (or 0xAA5E2F) is known color: Fiery Orange. HEX triplet: AA, 5E and 2F. RGB value is (170,94,47). Sum of RGB (Red+Green+Blue) = 170+94+47=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E2F is #55A1D0. Grayscale: #6F6F6F. Windows color (decimal): -5611985 or 3104426. OLE color: 3104426.

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

Color convert

RGB 170 94 47 -
CMYK 0 0.45 0.72 0.33
HSL 22.93º 0.57% 0.43% -
HSV(B) 22.93º 0.72% 0.67% -
XYZ 21.09 16.76 4.81 -
YUV 111.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 170 94 47 0 0.45 0.72 0.33 22.93 0.57 0.43
Hex AA 5E 2F 0 2D 48 21 17 39 2B
Octal 252 136 57 0 55 110 41 27 71 53
Binary 10101010 1011110 101111 0 101101 1001000 100001 10111 111001 101011

Color Harmonies of #AA5E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E2F

Black with #AA5E2F

Text Example


Text Example

White with #AA5E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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