#A9381F

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

Shades of Rock Spray #A9381F

Tints of Rock Spray #A9381F

Color information

#A9381F (or 0xA9381F) is unknown color: approx Rock Spray. HEX triplet: A9, 38 and 1F. RGB value is (169,56,31). Sum of RGB (Red+Green+Blue) = 169+56+31=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A9381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9381F is #56C7E0. Grayscale: #575757. Windows color (decimal): -5687265 or 2046121. OLE color: 2046121.

HSL color Cylindrical-coordinate representation of color #A9381F: hue angle of 10.87º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9381F is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1695631-
CMYK00.670.820.34
HSL10.87º69%39.22%-
HSV(B)10.87º81.66%66.27%-
XYZ18.0211.362.54-
YUV86.9496.44186.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.02%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 31 (12.5% from 255) = 12.11%
R=66.02%
G=21.88%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169563100.670.820.3410.876939.22
HexA9381F0435222b4527
Octal25170370103122421310547
Binary101010011110001111101000011101001010001010111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9381F; }

 p { color: rgb(169,56,31); }

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

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

 a { background-color: rgb(169,56,31); }

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

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

 span { border-color: rgb(169,56,31); }

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