Html Css Color HEX #AA5D30 Fiery Orange

📋 copy color: '#AA5D30'

red 170 ◦ green 93 ◦ blue 48

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

Shades of Fiery Orange #AA5D30

Tints of Fiery Orange #AA5D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 54.66%
G = 29.9%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA5D30 (or 0xAA5D30) is known color: Fiery Orange. HEX triplet: AA, 5D and 30. RGB value is (170,93,48). Sum of RGB (Red+Green+Blue) = 170+93+48=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D30 is #55A2CF. Grayscale: #6F6F6F. Windows color (decimal): -5612240 or 3169706. OLE color: 3169706.

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

Color convert

RGB 170 93 48 -
CMYK 0 0.45 0.72 0.33
HSL 22.13º 0.56% 0.43% -
HSV(B) 22.13º 0.72% 0.67% -
XYZ 21.03 16.59 4.89 -
YUV 110.89 92.51 170.16 -
System Red Green Blue C M Y K H S L
Decimal 170 93 48 0 0.45 0.72 0.33 22.13 0.56 0.43
Hex AA 5D 30 0 2D 48 21 16 38 2B
Octal 252 135 60 0 55 110 41 26 70 53
Binary 10101010 1011101 110000 0 101101 1001000 100001 10110 111000 101011

Color Harmonies of #AA5D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D30

Black with #AA5D30

Text Example


Text Example

White with #AA5D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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