#A94526

Color #A94526 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A94526

Tints of Rock Spray #A94526

Color information

#A94526 (or 0xA94526) is unknown color: approx Rock Spray. HEX triplet: A9, 45 and 26. RGB value is (169,69,38). Sum of RGB (Red+Green+Blue) = 169+69+38=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A94526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94526 is #56BAD9. Grayscale: #5F5F5F. Windows color (decimal): -5683930 or 2508201. OLE color: 2508201.

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

Color convert

RGB1696938-
CMYK00.590.780.34
HSL14.2º63.29%40.59%-
HSV(B)14.2º77.51%66.27%-
XYZ18.8412.833.32-
YUV95.3795.63180.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.23%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=61.23%
G=25%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169693800.590.780.3414.263.2940.59
HexA9452603B4E22e3f29
Octal2511054607311642167751
Binary101010011000101100110011101110011101000101110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94526; }

 p { color: rgb(169,69,38); }

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

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

 a { background-color: rgb(169,69,38); }

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

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

 span { border-color: rgb(169,69,38); }

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