Html Css Color HEX #AA5D2F Fiery Orange

📋 copy color: '#AA5D2F'

red 170 ◦ green 93 ◦ blue 47

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

Shades of Fiery Orange #AA5D2F

Tints of Fiery Orange #AA5D2F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30%

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

R = 54.84%
G = 30%
B = 15.16%

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

#AA5D2F (or 0xAA5D2F) is known color: Fiery Orange. HEX triplet: AA, 5D and 2F. RGB value is (170,93,47). Sum of RGB (Red+Green+Blue) = 170+93+47=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D2F is #55A2D0. Grayscale: #6F6F6F. Windows color (decimal): -5612241 or 3104170. OLE color: 3104170.

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

Color convert

RGB 170 93 47 -
CMYK 0 0.45 0.72 0.33
HSL 22.44º 0.57% 0.43% -
HSV(B) 22.44º 0.72% 0.67% -
XYZ 21.01 16.58 4.78 -
YUV 110.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 170 93 47 0 0.45 0.72 0.33 22.44 0.57 0.43
Hex AA 5D 2F 0 2D 48 21 16 39 2B
Octal 252 135 57 0 55 110 41 26 71 53
Binary 10101010 1011101 101111 0 101101 1001000 100001 10110 111001 101011

Color Harmonies of #AA5D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D2F

Black with #AA5D2F

Text Example


Text Example

White with #AA5D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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