Html Css Color HEX #AA5D2C Fiery Orange

📋 copy color: '#AA5D2C'

red 170 ◦ green 93 ◦ blue 44

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

Shades of Fiery Orange #AA5D2C

Tints of Fiery Orange #AA5D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 55.37%
G = 30.29%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA5D2C (or 0xAA5D2C) is known color: Fiery Orange. HEX triplet: AA, 5D and 2C. RGB value is (170,93,44). Sum of RGB (Red+Green+Blue) = 170+93+44=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D2C is #55A2D3. Grayscale: #6E6E6E. Windows color (decimal): -5612244 or 2907562. OLE color: 2907562.

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

Color convert

RGB 170 93 44 -
CMYK 0 0.45 0.74 0.33
HSL 23.33º 0.59% 0.42% -
HSV(B) 23.33º 0.74% 0.67% -
XYZ 20.95 16.56 4.47 -
YUV 110.44 90.51 170.48 -
System Red Green Blue C M Y K H S L
Decimal 170 93 44 0 0.45 0.74 0.33 23.33 0.59 0.42
Hex AA 5D 2C 0 2D 4A 21 17 3B 2A
Octal 252 135 54 0 55 112 41 27 73 52
Binary 10101010 1011101 101100 0 101101 1001010 100001 10111 111011 101010

Color Harmonies of #AA5D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D2C

Black with #AA5D2C

Text Example


Text Example

White with #AA5D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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