#A04630

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

Shades of Rock Spray #A04630

Tints of Rock Spray #A04630

Color information

#A04630 (or 0xA04630) is unknown color: approx Rock Spray. HEX triplet: A0, 46 and 30. RGB value is (160,70,48). Sum of RGB (Red+Green+Blue) = 160+70+48=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A04630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04630 is #5FB9CF. Grayscale: #5E5E5E. Windows color (decimal): -6273488 or 3163808. OLE color: 3163808.

HSL color Cylindrical-coordinate representation of color #A04630: hue angle of 11.79º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04630 is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB1607048-
CMYK00.560.700.37
HSL11.79º53.85%40.78%-
HSV(B)11.79º70%62.75%-
XYZ17.2212.074.22-
YUV94.4101.82174.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=57.55%
G=25.18%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160704800.560.700.3711.7953.8540.78
HexA046300384625c3629
Octal2401066007010645146651
Binary101000001000110110000011100010001101001011100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04630; }

 p { color: rgb(160,70,48); }

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

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

 a { background-color: rgb(160,70,48); }

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

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

 span { border-color: rgb(160,70,48); }

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