#A14724

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

Shades of Rock Spray #A14724

Tints of Rock Spray #A14724

Color information

#A14724 (or 0xA14724) is unknown color: approx Rock Spray. HEX triplet: A1, 47 and 24. RGB value is (161,71,36). Sum of RGB (Red+Green+Blue) = 161+71+36=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A14724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14724 is #5EB8DB. Grayscale: #5E5E5E. Windows color (decimal): -6207708 or 2377633. OLE color: 2377633.

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

Color convert

RGB1617136-
CMYK00.560.780.37
HSL16.8º63.45%38.63%-
HSV(B)16.8º77.64%63.14%-
XYZ17.2712.213.12-
YUV93.9295.32175.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.07%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 36 (14.45% from 255) = 13.43%
R=60.07%
G=26.49%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161713600.560.780.3716.863.4538.63
HexA147240384E25113f27
Octal2411074407011645217747
Binary1010000110001111001000111000100111010010110001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14724; }

 p { color: rgb(161,71,36); }

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

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

 a { background-color: rgb(161,71,36); }

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

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

 span { border-color: rgb(161,71,36); }

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