Html Css Color HEX #AA5D2D Fiery Orange

📋 copy color: '#AA5D2D'

red 170 ◦ green 93 ◦ blue 45

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

Shades of Fiery Orange #AA5D2D

Tints of Fiery Orange #AA5D2D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.19%

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

R = 55.19%
G = 30.19%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA5D2D (or 0xAA5D2D) is known color: Fiery Orange. HEX triplet: AA, 5D and 2D. RGB value is (170,93,45). Sum of RGB (Red+Green+Blue) = 170+93+45=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D2D is #55A2D2. Grayscale: #6E6E6E. Windows color (decimal): -5612243 or 2973098. OLE color: 2973098.

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

Color convert

RGB 170 93 45 -
CMYK 0 0.45 0.74 0.33
HSL 23.04º 0.58% 0.42% -
HSV(B) 23.04º 0.74% 0.67% -
XYZ 20.97 16.56 4.57 -
YUV 110.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 170 93 45 0 0.45 0.74 0.33 23.04 0.58 0.42
Hex AA 5D 2D 0 2D 4A 21 17 3A 2A
Octal 252 135 55 0 55 112 41 27 72 52
Binary 10101010 1011101 101101 0 101101 1001010 100001 10111 111010 101010

Color Harmonies of #AA5D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D2D

Black with #AA5D2D

Text Example


Text Example

White with #AA5D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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