Html Css Color HEX #AA5C2F Fiery Orange

📋 copy color: '#AA5C2F'

red 170 ◦ green 92 ◦ blue 47

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

Shades of Fiery Orange #AA5C2F

Tints of Fiery Orange #AA5C2F

RGB

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

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

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

R = 55.02%
G = 29.77%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA5C2F (or 0xAA5C2F) is known color: Fiery Orange. HEX triplet: AA, 5C and 2F. RGB value is (170,92,47). Sum of RGB (Red+Green+Blue) = 170+92+47=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C2F is #55A3D0. Grayscale: #6E6E6E. Windows color (decimal): -5612497 or 3103914. OLE color: 3103914.

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

Color convert

RGB 170 92 47 -
CMYK 0 0.46 0.72 0.33
HSL 21.95º 0.57% 0.43% -
HSV(B) 21.95º 0.72% 0.67% -
XYZ 20.92 16.41 4.75 -
YUV 110.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 170 92 47 0 0.46 0.72 0.33 21.95 0.57 0.43
Hex AA 5C 2F 0 2E 48 21 16 39 2B
Octal 252 134 57 0 56 110 41 26 71 53
Binary 10101010 1011100 101111 0 101110 1001000 100001 10110 111001 101011

Color Harmonies of #AA5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C2F

Black with #AA5C2F

Text Example


Text Example

White with #AA5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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