#A95B29

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

Shades of Fiery Orange #A95B29

Tints of Fiery Orange #A95B29

Color information

#A95B29 (or 0xA95B29) is unknown color: approx Fiery Orange. HEX triplet: A9, 5B and 29. RGB value is (169,91,41). Sum of RGB (Red+Green+Blue) = 169+91+41=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A95B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95B29 is #56A4D6. Grayscale: #6C6C6C. Windows color (decimal): -5678295 or 2710441. OLE color: 2710441.

HSL color Cylindrical-coordinate representation of color #A95B29: hue angle of 23.44º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A95B29 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1699141-
CMYK00.460.760.34
HSL23.44º60.95%41.18%-
HSV(B)23.44º75.74%66.27%-
XYZ20.516.084.12-
YUV108.6289.84171.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 41 (16.41% from 255) = 13.62%
R=56.15%
G=30.23%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169914100.460.760.3423.4460.9541.18
HexA95B2902E4C22173d29
Octal2511335105611442277551
Binary1010100110110111010010101110100110010001010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95B29; }

 p { color: rgb(169,91,41); }

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

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

 a { background-color: rgb(169,91,41); }

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

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

 span { border-color: rgb(169,91,41); }

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