Html Css Color HEX #AA5A2A Fiery Orange

📋 copy color: '#AA5A2A'

red 170 ◦ green 90 ◦ blue 42

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

Shades of Fiery Orange #AA5A2A

Tints of Fiery Orange #AA5A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 56.29%
G = 29.8%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA5A2A (or 0xAA5A2A) is known color: Fiery Orange. HEX triplet: AA, 5A and 2A. RGB value is (170,90,42). Sum of RGB (Red+Green+Blue) = 170+90+42=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A2A is #55A5D5. Grayscale: #6C6C6C. Windows color (decimal): -5613014 or 2775722. OLE color: 2775722.

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

Color convert

RGB 170 90 42 -
CMYK 0 0.47 0.75 0.33
HSL 22.5º 0.6% 0.42% -
HSV(B) 22.5º 0.75% 0.67% -
XYZ 20.65 16.03 4.2 -
YUV 108.45 90.5 171.9 -
System Red Green Blue C M Y K H S L
Decimal 170 90 42 0 0.47 0.75 0.33 22.5 0.6 0.42
Hex AA 5A 2A 0 2F 4B 21 16 3C 2A
Octal 252 132 52 0 57 113 41 26 74 52
Binary 10101010 1011010 101010 0 101111 1001011 100001 10110 111100 101010

Color Harmonies of #AA5A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A2A

Black with #AA5A2A

Text Example


Text Example

White with #AA5A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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