Html Css Color HEX #AA5A2B Fiery Orange

📋 copy color: '#AA5A2B'

red 170 ◦ green 90 ◦ blue 43

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

Shades of Fiery Orange #AA5A2B

Tints of Fiery Orange #AA5A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 56.11%
G = 29.7%
B = 14.19%

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

#AA5A2B (or 0xAA5A2B) is known color: Fiery Orange. HEX triplet: AA, 5A and 2B. RGB value is (170,90,43). Sum of RGB (Red+Green+Blue) = 170+90+43=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5A2B is #55A5D4. Grayscale: #6C6C6C. Windows color (decimal): -5613013 or 2841258. OLE color: 2841258.

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

Color convert

RGB 170 90 43 -
CMYK 0 0.47 0.75 0.33
HSL 22.2º 0.6% 0.42% -
HSV(B) 22.2º 0.75% 0.67% -
XYZ 20.67 16.03 4.29 -
YUV 108.56 91 171.82 -
System Red Green Blue C M Y K H S L
Decimal 170 90 43 0 0.47 0.75 0.33 22.2 0.6 0.42
Hex AA 5A 2B 0 2F 4B 21 16 3C 2A
Octal 252 132 53 0 57 113 41 26 74 52
Binary 10101010 1011010 101011 0 101111 1001011 100001 10110 111100 101010

Color Harmonies of #AA5A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5A2B

Black with #AA5A2B

Text Example


Text Example

White with #AA5A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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