#A95A2A

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

Shades of Fiery Orange #A95A2A

Tints of Fiery Orange #A95A2A

Color information

#A95A2A (or 0xA95A2A) is unknown color: approx Fiery Orange. HEX triplet: A9, 5A and 2A. RGB value is (169,90,42). Sum of RGB (Red+Green+Blue) = 169+90+42=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A2A is #56A5D5. Grayscale: #6C6C6C. Windows color (decimal): -5678550 or 2775721. OLE color: 2775721.

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

Color convert

RGB1699042-
CMYK00.470.750.34
HSL22.68º60.19%41.37%-
HSV(B)22.68º75.15%66.27%-
XYZ20.4415.914.19-
YUV108.1590.67171.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.15%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=56.15%
G=29.90%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169904200.470.750.3422.6860.1941.37
HexA95A2A02F4B22173c29
Octal2511325205711342277451
Binary1010100110110101010100101111100101110001010111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95A2A; }

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

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

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

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

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

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

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

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