Html Css Color HEX #AA5C31 Fiery Orange

📋 copy color: '#AA5C31'

red 170 ◦ green 92 ◦ blue 49

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

Shades of Fiery Orange #AA5C31

Tints of Fiery Orange #AA5C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.58%

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

R = 54.66%
G = 29.58%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA5C31 (or 0xAA5C31) is known color: Fiery Orange. HEX triplet: AA, 5C and 31. RGB value is (170,92,49). Sum of RGB (Red+Green+Blue) = 170+92+49=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C31 is #55A3CE. Grayscale: #6E6E6E. Windows color (decimal): -5612495 or 3234986. OLE color: 3234986.

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

Color convert

RGB 170 92 49 -
CMYK 0 0.46 0.71 0.33
HSL 21.32º 0.55% 0.43% -
HSV(B) 21.32º 0.71% 0.67% -
XYZ 20.96 16.42 4.97 -
YUV 110.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 170 92 49 0 0.46 0.71 0.33 21.32 0.55 0.43
Hex AA 5C 31 0 2E 47 21 15 37 2B
Octal 252 134 61 0 56 107 41 25 67 53
Binary 10101010 1011100 110001 0 101110 1000111 100001 10101 110111 101011

Color Harmonies of #AA5C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C31

Black with #AA5C31

Text Example


Text Example

White with #AA5C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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