Html Css Color HEX #AA5A2F Fiery Orange

📋 copy color: '#AA5A2F'

red 170 ◦ green 90 ◦ blue 47

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

Shades of Fiery Orange #AA5A2F

Tints of Fiery Orange #AA5A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.31%

R = 55.37%
G = 29.32%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA5A2F (or 0xAA5A2F) is known color: Fiery Orange. HEX triplet: AA, 5A and 2F. RGB value is (170,90,47). Sum of RGB (Red+Green+Blue) = 170+90+47=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A2F is #55A5D0. Grayscale: #6D6D6D. Windows color (decimal): -5613009 or 3103402. OLE color: 3103402.

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

Color convert

RGB 170 90 47 -
CMYK 0 0.47 0.72 0.33
HSL 20.98º 0.57% 0.43% -
HSV(B) 20.98º 0.72% 0.67% -
XYZ 20.75 16.06 4.7 -
YUV 109.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 170 90 47 0 0.47 0.72 0.33 20.98 0.57 0.43
Hex AA 5A 2F 0 2F 48 21 15 39 2B
Octal 252 132 57 0 57 110 41 25 71 53
Binary 10101010 1011010 101111 0 101111 1001000 100001 10101 111001 101011

Color Harmonies of #AA5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A2F

Black with #AA5A2F

Text Example


Text Example

White with #AA5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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