Html Css Color HEX #AA5A2C Fiery Orange

📋 copy color: '#AA5A2C'

red 170 ◦ green 90 ◦ blue 44

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

Shades of Fiery Orange #AA5A2C

Tints of Fiery Orange #AA5A2C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

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

R = 55.92%
G = 29.61%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA5A2C (or 0xAA5A2C) is known color: Fiery Orange. HEX triplet: AA, 5A and 2C. RGB value is (170,90,44). Sum of RGB (Red+Green+Blue) = 170+90+44=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A2C is #55A5D3. Grayscale: #6C6C6C. Windows color (decimal): -5613012 or 2906794. OLE color: 2906794.

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

Color convert

RGB 170 90 44 -
CMYK 0 0.47 0.74 0.33
HSL 21.9º 0.59% 0.42% -
HSV(B) 21.9º 0.74% 0.67% -
XYZ 20.69 16.04 4.39 -
YUV 108.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 170 90 44 0 0.47 0.74 0.33 21.9 0.59 0.42
Hex AA 5A 2C 0 2F 4A 21 16 3B 2A
Octal 252 132 54 0 57 112 41 26 73 52
Binary 10101010 1011010 101100 0 101111 1001010 100001 10110 111011 101010

Color Harmonies of #AA5A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A2C

Black with #AA5A2C

Text Example


Text Example

White with #AA5A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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