#A04833

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

Shades of Rock Spray #A04833

Tints of Rock Spray #A04833

Color information

#A04833 (or 0xA04833) is unknown color: approx Rock Spray. HEX triplet: A0, 48 and 33. RGB value is (160,72,51). Sum of RGB (Red+Green+Blue) = 160+72+51=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A04833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04833 is #5FB7CC. Grayscale: #606060. Windows color (decimal): -6272973 or 3360928. OLE color: 3360928.

HSL color Cylindrical-coordinate representation of color #A04833: hue angle of 11.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04833 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1607251-
CMYK00.550.680.37
HSL11.56º51.66%41.37%-
HSV(B)11.56º68.12%62.75%-
XYZ17.4112.354.6-
YUV95.92102.65173.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.54%
GREEN value IS 72 (28.52% from 255) = 25.44%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=56.54%
G=25.44%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160725100.550.680.3711.5651.6641.37
HexA048330374425c3429
Octal2401106306710445146451
Binary101000001001000110011011011110001001001011100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04833; }

 p { color: rgb(160,72,51); }

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

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

 a { background-color: rgb(160,72,51); }

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

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

 span { border-color: rgb(160,72,51); }

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