#A84625

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

Shades of Rock Spray #A84625

Tints of Rock Spray #A84625

Color information

#A84625 (or 0xA84625) is unknown color: approx Rock Spray. HEX triplet: A8, 46 and 25. RGB value is (168,70,37). Sum of RGB (Red+Green+Blue) = 168+70+37=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A84625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84625 is #57B9DA. Grayscale: #5F5F5F. Windows color (decimal): -5749211 or 2442920. OLE color: 2442920.

HSL color Cylindrical-coordinate representation of color #A84625: hue angle of 15.11º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A84625 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB1687037-
CMYK00.580.780.34
HSL15.11º63.9%40.2%-
HSV(B)15.11º77.98%65.88%-
XYZ18.6712.843.24-
YUV95.5494.97179.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.09%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 37 (14.84% from 255) = 13.45%
R=61.09%
G=25.45%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168703700.580.780.3415.1163.940.2
HexA8462503A4E22f4028
Octal25010645072116421710050
Binary1010100010001101001010111010100111010001011111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84625; }

 p { color: rgb(168,70,37); }

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

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

 a { background-color: rgb(168,70,37); }

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

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

 span { border-color: rgb(168,70,37); }

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