Html Css Color HEX #AA582B Fiery Orange

📋 copy color: '#AA582B'

red 170 ◦ green 88 ◦ blue 43

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

Shades of Fiery Orange #AA582B

Tints of Fiery Orange #AA582B

RGB

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

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

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

R = 56.48%
G = 29.24%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA582B (or 0xAA582B) is known color: Fiery Orange. HEX triplet: AA, 58 and 2B. RGB value is (170,88,43). Sum of RGB (Red+Green+Blue) = 170+88+43=301 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.48% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 170 - color contains mainly: red. Hex color #AA582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA582B is #55A7D4. Grayscale: #6B6B6B. Windows color (decimal): -5613525 or 2840746. OLE color: 2840746.

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

Color convert

RGB 170 88 43 -
CMYK 0 0.48 0.75 0.33
HSL 21.26º 0.6% 0.42% -
HSV(B) 21.26º 0.75% 0.67% -
XYZ 20.5 15.7 4.24 -
YUV 107.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 170 88 43 0 0.48 0.75 0.33 21.26 0.6 0.42
Hex AA 58 2B 0 30 4B 21 15 3C 2A
Octal 252 130 53 0 60 113 41 25 74 52
Binary 10101010 1011000 101011 0 110000 1001011 100001 10101 111100 101010

Color Harmonies of #AA582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA582B

Black with #AA582B

Text Example


Text Example

White with #AA582B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA582B; }

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

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

background-color css

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

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

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

border-color css

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

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

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