#A53D27

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

Shades of Rock Spray #A53D27

Tints of Rock Spray #A53D27

Color information

#A53D27 (or 0xA53D27) is unknown color: approx Rock Spray. HEX triplet: A5, 3D and 27. RGB value is (165,61,39). Sum of RGB (Red+Green+Blue) = 165+61+39=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D27 is #5AC2D8. Grayscale: #595959. Windows color (decimal): -5948121 or 2571685. OLE color: 2571685.

HSL color Cylindrical-coordinate representation of color #A53D27: hue angle of 10.48º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53D27 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1656139-
CMYK00.630.760.35
HSL10.48º61.76%40%-
HSV(B)10.48º76.36%64.71%-
XYZ17.5511.483.21-
YUV89.5999.46181.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 61 (24.22% from 255) = 23.02%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=62.26%
G=23.02%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165613900.630.760.3510.4861.7640
HexA53D2703F4C23a3e28
Octal245754707711443127650
Binary10100101111101100111011111110011001000111010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D27; }

 p { color: rgb(165,61,39); }

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

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

 a { background-color: rgb(165,61,39); }

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

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

 span { border-color: rgb(165,61,39); }

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