Html Css Color HEX #AA5D31 Fiery Orange

📋 copy color: '#AA5D31'

red 170 ◦ green 93 ◦ blue 49

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

Shades of Fiery Orange #AA5D31

Tints of Fiery Orange #AA5D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 54.49%
G = 29.81%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA5D31 (or 0xAA5D31) is known color: Fiery Orange. HEX triplet: AA, 5D and 31. RGB value is (170,93,49). Sum of RGB (Red+Green+Blue) = 170+93+49=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D31 is #55A2CE. Grayscale: #6F6F6F. Windows color (decimal): -5612239 or 3235242. OLE color: 3235242.

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

Color convert

RGB 170 93 49 -
CMYK 0 0.45 0.71 0.33
HSL 21.82º 0.55% 0.43% -
HSV(B) 21.82º 0.71% 0.67% -
XYZ 21.05 16.6 5 -
YUV 111.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 170 93 49 0 0.45 0.71 0.33 21.82 0.55 0.43
Hex AA 5D 31 0 2D 47 21 16 37 2B
Octal 252 135 61 0 55 107 41 26 67 53
Binary 10101010 1011101 110001 0 101101 1000111 100001 10110 110111 101011

Color Harmonies of #AA5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D31

Black with #AA5D31

Text Example


Text Example

White with #AA5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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