Html Css Color HEX #AA5B2D Fiery Orange

📋 copy color: '#AA5B2D'

red 170 ◦ green 91 ◦ blue 45

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

Shades of Fiery Orange #AA5B2D

Tints of Fiery Orange #AA5B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.71%

R = 55.56%
G = 29.74%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA5B2D (or 0xAA5B2D) is known color: Fiery Orange. HEX triplet: AA, 5B and 2D. RGB value is (170,91,45). Sum of RGB (Red+Green+Blue) = 170+91+45=306 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.56% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B2D is #55A4D2. Grayscale: #6D6D6D. Windows color (decimal): -5612755 or 2972586. OLE color: 2972586.

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

Color convert

RGB 170 91 45 -
CMYK 0 0.46 0.74 0.33
HSL 22.08º 0.58% 0.42% -
HSV(B) 22.08º 0.74% 0.67% -
XYZ 20.79 16.22 4.52 -
YUV 109.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 170 91 45 0 0.46 0.74 0.33 22.08 0.58 0.42
Hex AA 5B 2D 0 2E 4A 21 16 3A 2A
Octal 252 133 55 0 56 112 41 26 72 52
Binary 10101010 1011011 101101 0 101110 1001010 100001 10110 111010 101010

Color Harmonies of #AA5B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5B2D

Black with #AA5B2D

Text Example


Text Example

White with #AA5B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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