Html Css Color HEX #AA5B2F Fiery Orange

📋 copy color: '#AA5B2F'

red 170 ◦ green 91 ◦ blue 47

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

Shades of Fiery Orange #AA5B2F

Tints of Fiery Orange #AA5B2F

RGB

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

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

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

R = 55.19%
G = 29.55%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA5B2F (or 0xAA5B2F) is known color: Fiery Orange. HEX triplet: AA, 5B and 2F. RGB value is (170,91,47). Sum of RGB (Red+Green+Blue) = 170+91+47=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B2F is #55A4D0. Grayscale: #6D6D6D. Windows color (decimal): -5612753 or 3103658. OLE color: 3103658.

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

Color convert

RGB 170 91 47 -
CMYK 0 0.46 0.72 0.33
HSL 21.46º 0.57% 0.43% -
HSV(B) 21.46º 0.72% 0.67% -
XYZ 20.83 16.23 4.72 -
YUV 109.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 170 91 47 0 0.46 0.72 0.33 21.46 0.57 0.43
Hex AA 5B 2F 0 2E 48 21 15 39 2B
Octal 252 133 57 0 56 110 41 25 71 53
Binary 10101010 1011011 101111 0 101110 1001000 100001 10101 111001 101011

Color Harmonies of #AA5B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B2F

Black with #AA5B2F

Text Example


Text Example

White with #AA5B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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