#A53824

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

Shades of Rock Spray #A53824

Tints of Rock Spray #A53824

Color information

#A53824 (or 0xA53824) is unknown color: approx Rock Spray. HEX triplet: A5, 38 and 24. RGB value is (165,56,36). Sum of RGB (Red+Green+Blue) = 165+56+36=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A53824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53824 is #5AC7DB. Grayscale: #565656. Windows color (decimal): -5949404 or 2373797. OLE color: 2373797.

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

Color convert

RGB1655636-
CMYK00.660.780.35
HSL9.3º64.18%39.41%-
HSV(B)9.3º78.18%64.71%-
XYZ17.2510.962.87-
YUV86.3199.61184.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.20%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 36 (14.45% from 255) = 14.01%
R=64.20%
G=21.79%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165563600.660.780.359.364.1839.41
HexA538240424E2394027
Octal24570440102116431110047
Binary1010010111100010010001000010100111010001110011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53824; }

 p { color: rgb(165,56,36); }

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

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

 a { background-color: rgb(165,56,36); }

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

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

 span { border-color: rgb(165,56,36); }

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