#A9421D

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

Shades of Rock Spray #A9421D

Tints of Rock Spray #A9421D

Color information

#A9421D (or 0xA9421D) is unknown color: approx Rock Spray. HEX triplet: A9, 42 and 1D. RGB value is (169,66,29). Sum of RGB (Red+Green+Blue) = 169+66+29=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9421D is #56BDE2. Grayscale: #5C5C5C. Windows color (decimal): -5684707 or 1917609. OLE color: 1917609.

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

Color convert

RGB1696629-
CMYK00.610.830.34
HSL15.86º70.71%38.82%-
HSV(B)15.86º82.84%66.27%-
XYZ18.5312.422.58-
YUV92.5892.12182.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.02%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 29 (11.72% from 255) = 10.98%
R=64.02%
G=25%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169662900.610.830.3415.8670.7138.82
HexA9421D03D5322104727
Octal25110235075123422010747
Binary1010100110000101110101111011010011100010100001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9421D; }

 p { color: rgb(169,66,29); }

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

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

 a { background-color: rgb(169,66,29); }

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

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

 span { border-color: rgb(169,66,29); }

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