#A95E33

Color #A95E33 Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #A95E33

Tints of Fiery Orange #A95E33

Color information

#A95E33 (or 0xA95E33) is unknown color: approx Fiery Orange. HEX triplet: A9, 5E and 33. RGB value is (169,94,51). Sum of RGB (Red+Green+Blue) = 169+94+51=314 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.82% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95E33 is #56A1CC. Grayscale: #6F6F6F. Windows color (decimal): -5677517 or 3366569. OLE color: 3366569.

HSL color Cylindrical-coordinate representation of color #A95E33: hue angle of 21.86º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A95E33 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1699451-
CMYK00.440.700.34
HSL21.86º53.64%43.14%-
HSV(B)21.86º69.82%66.27%-
XYZ20.9616.685.25-
YUV111.5293.85169-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.82%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=53.82%
G=29.94%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169945100.440.700.3421.8653.6443.14
HexA95E3302C462216362b
Octal2511366305410642266653
Binary1010100110111101100110101100100011010001010110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95E33; }

 p { color: rgb(169,94,51); }

 H1.HeaderClassName
 {
   color: #A95E33;
 }
 .AnyTagClassName
 {
   color: #A95E33;
 }
</style>
background-color css

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

 a { background-color: rgb(169,94,51); }

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

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

 span { border-color: rgb(169,94,51); }

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