Html Css Color HEX #AA5B2A Fiery Orange

📋 copy color: '#AA5B2A'

red 170 ◦ green 91 ◦ blue 42

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

Shades of Fiery Orange #AA5B2A

Tints of Fiery Orange #AA5B2A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 56.11%
G = 30.03%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA5B2A (or 0xAA5B2A) is known color: Fiery Orange. HEX triplet: AA, 5B and 2A. RGB value is (170,91,42). Sum of RGB (Red+Green+Blue) = 170+91+42=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B2A is #55A4D5. Grayscale: #6D6D6D. Windows color (decimal): -5612758 or 2775978. OLE color: 2775978.

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

Color convert

RGB 170 91 42 -
CMYK 0 0.46 0.75 0.33
HSL 22.97º 0.6% 0.42% -
HSV(B) 22.97º 0.75% 0.67% -
XYZ 20.74 16.2 4.22 -
YUV 109.04 90.17 171.48 -
System Red Green Blue C M Y K H S L
Decimal 170 91 42 0 0.46 0.75 0.33 22.97 0.6 0.42
Hex AA 5B 2A 0 2E 4B 21 17 3C 2A
Octal 252 133 52 0 56 113 41 27 74 52
Binary 10101010 1011011 101010 0 101110 1001011 100001 10111 111100 101010

Color Harmonies of #AA5B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B2A

Black with #AA5B2A

Text Example


Text Example

White with #AA5B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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