#A84830

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

Shades of Rock Spray #A84830

Tints of Rock Spray #A84830

Color information

#A84830 (or 0xA84830) is unknown color: approx Rock Spray. HEX triplet: A8, 48 and 30. RGB value is (168,72,48). Sum of RGB (Red+Green+Blue) = 168+72+48=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A84830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84830 is #57B7CF. Grayscale: #626262. Windows color (decimal): -5748688 or 3164328. OLE color: 3164328.

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

Color convert

RGB1687248-
CMYK00.570.710.34
HSL12º55.56%42.35%-
HSV(B)12º71.43%65.88%-
XYZ1913.174.34-
YUV97.9799.8177.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.33%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=58.33%
G=25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168724800.570.710.341255.5642.35
HexA848300394722c382a
Octal2501106007110742147052
Binary101010001001000110000011100110001111000101100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84830; }

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

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

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

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

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

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

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

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