#A94125

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

Shades of Rock Spray #A94125

Tints of Rock Spray #A94125

Color information

#A94125 (or 0xA94125) is unknown color: approx Rock Spray. HEX triplet: A9, 41 and 25. RGB value is (169,65,37). Sum of RGB (Red+Green+Blue) = 169+65+37=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A94125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A94125 is #56BEDA. Grayscale: #5D5D5D. Windows color (decimal): -5684955 or 2441641. OLE color: 2441641.

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

Color convert

RGB1696537-
CMYK00.620.780.34
HSL12.73º64.08%40.39%-
HSV(B)12.73º78.11%66.27%-
XYZ18.5912.353.15-
YUV92.996.46182.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=62.36%
G=23.99%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169653700.620.780.3412.7364.0840.39
HexA9412503E4E22d4028
Octal25110145076116421510050
Binary1010100110000011001010111110100111010001011011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94125; }

 p { color: rgb(169,65,37); }

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

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

 a { background-color: rgb(169,65,37); }

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

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

 span { border-color: rgb(169,65,37); }

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