#A04628

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

Shades of Rock Spray #A04628

Tints of Rock Spray #A04628

Color information

#A04628 (or 0xA04628) is unknown color: approx Rock Spray. HEX triplet: A0, 46 and 28. RGB value is (160,70,40). Sum of RGB (Red+Green+Blue) = 160+70+40=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A04628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04628 is #5FB9D7. Grayscale: #5D5D5D. Windows color (decimal): -6273496 or 2639520. OLE color: 2639520.

HSL color Cylindrical-coordinate representation of color #A04628: hue angle of 15º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A04628 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB1607040-
CMYK00.560.750.37
HSL15º60%39.22%-
HSV(B)15º75%62.75%-
XYZ17.0712.013.43-
YUV93.4997.82175.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.26%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=59.26%
G=25.93%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160704000.560.750.37156039.22
HexA046280384B25f3c27
Octal2401065007011345177447
Binary101000001000110101000011100010010111001011111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04628; }

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

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

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

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

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

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

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

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