Html Css Color HEX #AA582D Fiery Orange

📋 copy color: '#AA582D'

red 170 ◦ green 88 ◦ blue 45

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

Shades of Fiery Orange #AA582D

Tints of Fiery Orange #AA582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 56.11%
G = 29.04%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AA582D (or 0xAA582D) is known color: Fiery Orange. HEX triplet: AA, 58 and 2D. RGB value is (170,88,45). Sum of RGB (Red+Green+Blue) = 170+88+45=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA582D is #55A7D2. Grayscale: #6B6B6B. Windows color (decimal): -5613523 or 2971818. OLE color: 2971818.

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

Color convert

RGB 170 88 45 -
CMYK 0 0.48 0.74 0.33
HSL 20.64º 0.58% 0.42% -
HSV(B) 20.64º 0.74% 0.67% -
XYZ 20.54 15.71 4.43 -
YUV 107.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 170 88 45 0 0.48 0.74 0.33 20.64 0.58 0.42
Hex AA 58 2D 0 30 4A 21 15 3A 2A
Octal 252 130 55 0 60 112 41 25 72 52
Binary 10101010 1011000 101101 0 110000 1001010 100001 10101 111010 101010

Color Harmonies of #AA582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA582D

Black with #AA582D

Text Example


Text Example

White with #AA582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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