Html Css Color HEX #AA5C2C Fiery Orange

📋 copy color: '#AA5C2C'

red 170 ◦ green 92 ◦ blue 44

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

Shades of Fiery Orange #AA5C2C

Tints of Fiery Orange #AA5C2C

RGB

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

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

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

R = 55.56%
G = 30.07%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA5C2C (or 0xAA5C2C) is known color: Fiery Orange. HEX triplet: AA, 5C and 2C. RGB value is (170,92,44). Sum of RGB (Red+Green+Blue) = 170+92+44=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C2C is #55A3D3. Grayscale: #6E6E6E. Windows color (decimal): -5612500 or 2907306. OLE color: 2907306.

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

Color convert

RGB 170 92 44 -
CMYK 0 0.46 0.74 0.33
HSL 22.86º 0.59% 0.42% -
HSV(B) 22.86º 0.74% 0.67% -
XYZ 20.86 16.38 4.45 -
YUV 109.85 90.84 170.9 -
System Red Green Blue C M Y K H S L
Decimal 170 92 44 0 0.46 0.74 0.33 22.86 0.59 0.42
Hex AA 5C 2C 0 2E 4A 21 17 3B 2A
Octal 252 134 54 0 56 112 41 27 73 52
Binary 10101010 1011100 101100 0 101110 1001010 100001 10111 111011 101010

Color Harmonies of #AA5C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C2C

Black with #AA5C2C

Text Example


Text Example

White with #AA5C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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