#A84832

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

Shades of Rock Spray #A84832

Tints of Rock Spray #A84832

Color information

#A84832 (or 0xA84832) is unknown color: approx Rock Spray. HEX triplet: A8, 48 and 32. RGB value is (168,72,50). Sum of RGB (Red+Green+Blue) = 168+72+50=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84832 is #57B7CD. Grayscale: #626262. Windows color (decimal): -5748686 or 3295400. OLE color: 3295400.

HSL color Cylindrical-coordinate representation of color #A84832: hue angle of 11.19º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84832 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB1687250-
CMYK00.570.700.34
HSL11.19º54.13%42.75%-
HSV(B)11.19º70.24%65.88%-
XYZ19.0413.194.56-
YUV98.2100.8177.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.93%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=57.93%
G=24.83%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168725000.570.700.3411.1954.1342.75
HexA848320394622b362b
Octal2501106207110642136653
Binary101010001001000110010011100110001101000101011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84832; }

 p { color: rgb(168,72,50); }

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

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

 a { background-color: rgb(168,72,50); }

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

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

 span { border-color: rgb(168,72,50); }

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