#A95A29

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

Shades of Fiery Orange #A95A29

Tints of Fiery Orange #A95A29

Color information

#A95A29 (or 0xA95A29) is unknown color: approx Fiery Orange. HEX triplet: A9, 5A and 29. RGB value is (169,90,41). Sum of RGB (Red+Green+Blue) = 169+90+41=300 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A29 is #56A5D6. Grayscale: #6C6C6C. Windows color (decimal): -5678551 or 2710185. OLE color: 2710185.

HSL color Cylindrical-coordinate representation of color #A95A29: hue angle of 22.97º 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 #A95A29 is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB1699041-
CMYK00.470.760.34
HSL22.97º60.95%41.18%-
HSV(B)22.97º75.74%66.27%-
XYZ20.4215.914.09-
YUV108.0490.17171.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.33%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=56.33%
G=30%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169904100.470.760.3422.9760.9541.18
HexA95A2902F4C22173d29
Octal2511325105711442277551
Binary1010100110110101010010101111100110010001010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A29; }

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

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

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

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

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

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

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

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