#A94326

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

Shades of Rock Spray #A94326

Tints of Rock Spray #A94326

Color information

#A94326 (or 0xA94326) is unknown color: approx Rock Spray. HEX triplet: A9, 43 and 26. RGB value is (169,67,38). Sum of RGB (Red+Green+Blue) = 169+67+38=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A94326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94326 is #56BCD9. Grayscale: #5E5E5E. Windows color (decimal): -5684442 or 2507689. OLE color: 2507689.

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

Color convert

RGB1696738-
CMYK00.600.780.34
HSL13.28º63.29%40.59%-
HSV(B)13.28º77.51%66.27%-
XYZ18.7212.593.28-
YUV94.1996.29181.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 38 (15.23% from 255) = 13.87%
R=61.68%
G=24.45%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169673800.600.780.3413.2863.2940.59
HexA9432603C4E22d3f29
Octal2511034607411642157751
Binary101010011000011100110011110010011101000101101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94326; }

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

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

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

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

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

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

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

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