Html Css Color HEX #AA5C2D Fiery Orange

📋 copy color: '#AA5C2D'

red 170 ◦ green 92 ◦ blue 45

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

Shades of Fiery Orange #AA5C2D

Tints of Fiery Orange #AA5C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 55.37%
G = 29.97%
B = 14.66%

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

#AA5C2D (or 0xAA5C2D) is known color: Fiery Orange. HEX triplet: AA, 5C and 2D. RGB value is (170,92,45). Sum of RGB (Red+Green+Blue) = 170+92+45=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C2D is #55A3D2. Grayscale: #6E6E6E. Windows color (decimal): -5612499 or 2972842. OLE color: 2972842.

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

Color convert

RGB 170 92 45 -
CMYK 0 0.46 0.74 0.33
HSL 22.56º 0.58% 0.42% -
HSV(B) 22.56º 0.74% 0.67% -
XYZ 20.88 16.39 4.55 -
YUV 109.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 170 92 45 0 0.46 0.74 0.33 22.56 0.58 0.42
Hex AA 5C 2D 0 2E 4A 21 17 3A 2A
Octal 252 134 55 0 56 112 41 27 72 52
Binary 10101010 1011100 101101 0 101110 1001010 100001 10111 111010 101010

Color Harmonies of #AA5C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C2D

Black with #AA5C2D

Text Example


Text Example

White with #AA5C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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