Html Css Color HEX #AA5C26 Fiery Orange

📋 copy color: '#AA5C26'

red 170 ◦ green 92 ◦ blue 38

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

Shades of Fiery Orange #AA5C26

Tints of Fiery Orange #AA5C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

 BLUE value IS 38 (15.23% from 255) = 12.67%

R = 56.67%
G = 30.67%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA5C26 (or 0xAA5C26) is known color: Fiery Orange. HEX triplet: AA, 5C and 26. RGB value is (170,92,38). Sum of RGB (Red+Green+Blue) = 170+92+38=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C26 is #55A3D9. Grayscale: #6D6D6D. Windows color (decimal): -5612506 or 2514090. OLE color: 2514090.

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

Color convert

RGB 170 92 38 -
CMYK 0 0.46 0.78 0.33
HSL 24.55º 0.63% 0.41% -
HSV(B) 24.55º 0.78% 0.67% -
XYZ 20.75 16.34 3.89 -
YUV 109.17 87.84 171.39 -
System Red Green Blue C M Y K H S L
Decimal 170 92 38 0 0.46 0.78 0.33 24.55 0.63 0.41
Hex AA 5C 26 0 2E 4E 21 19 3F 29
Octal 252 134 46 0 56 116 41 31 77 51
Binary 10101010 1011100 100110 0 101110 1001110 100001 11001 111111 101001

Color Harmonies of #AA5C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C26

Black with #AA5C26

Text Example


Text Example

White with #AA5C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C26; }

 p { color: rgb(170,92,38); }

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

background-color css

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

 a { background-color: rgb(170,92,38); }

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

border-color css

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

 span { border-color: rgb(170,92,38); }

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