Html Css Color HEX #AA5C2E Fiery Orange

📋 copy color: '#AA5C2E'

red 170 ◦ green 92 ◦ blue 46

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

Shades of Fiery Orange #AA5C2E

Tints of Fiery Orange #AA5C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 55.19%
G = 29.87%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA5C2E (or 0xAA5C2E) is known color: Fiery Orange. HEX triplet: AA, 5C and 2E. RGB value is (170,92,46). Sum of RGB (Red+Green+Blue) = 170+92+46=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C2E is #55A3D1. Grayscale: #6E6E6E. Windows color (decimal): -5612498 or 3038378. OLE color: 3038378.

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

Color convert

RGB 170 92 46 -
CMYK 0 0.46 0.73 0.33
HSL 22.26º 0.57% 0.42% -
HSV(B) 22.26º 0.73% 0.67% -
XYZ 20.9 16.4 4.65 -
YUV 110.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 170 92 46 0 0.46 0.73 0.33 22.26 0.57 0.42
Hex AA 5C 2E 0 2E 49 21 16 39 2A
Octal 252 134 56 0 56 111 41 26 71 52
Binary 10101010 1011100 101110 0 101110 1001001 100001 10110 111001 101010

Color Harmonies of #AA5C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C2E

Black with #AA5C2E

Text Example


Text Example

White with #AA5C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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