Html Css Color HEX #AA5C2B Fiery Orange

📋 copy color: '#AA5C2B'

red 170 ◦ green 92 ◦ blue 43

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

Shades of Fiery Orange #AA5C2B

Tints of Fiery Orange #AA5C2B

RGB

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

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

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

R = 55.74%
G = 30.16%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA5C2B (or 0xAA5C2B) is known color: Fiery Orange. HEX triplet: AA, 5C and 2B. RGB value is (170,92,43). Sum of RGB (Red+Green+Blue) = 170+92+43=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C2B is #55A3D4. Grayscale: #6E6E6E. Windows color (decimal): -5612501 or 2841770. OLE color: 2841770.

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

Color convert

RGB 170 92 43 -
CMYK 0 0.46 0.75 0.33
HSL 23.15º 0.6% 0.42% -
HSV(B) 23.15º 0.75% 0.67% -
XYZ 20.84 16.37 4.35 -
YUV 109.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 170 92 43 0 0.46 0.75 0.33 23.15 0.6 0.42
Hex AA 5C 2B 0 2E 4B 21 17 3C 2A
Octal 252 134 53 0 56 113 41 27 74 52
Binary 10101010 1011100 101011 0 101110 1001011 100001 10111 111100 101010

Color Harmonies of #AA5C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C2B

Black with #AA5C2B

Text Example


Text Example

White with #AA5C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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