#A53D2E

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

Shades of Rock Spray #A53D2E

Tints of Rock Spray #A53D2E

Color information

#A53D2E (or 0xA53D2E) is unknown color: approx Rock Spray. HEX triplet: A5, 3D and 2E. RGB value is (165,61,46). Sum of RGB (Red+Green+Blue) = 165+61+46=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D2E is #5AC2D1. Grayscale: #5A5A5A. Windows color (decimal): -5948114 or 3030437. OLE color: 3030437.

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

Color convert

RGB1656146-
CMYK00.630.720.35
HSL7.56º56.4%41.37%-
HSV(B)7.56º72.12%64.71%-
XYZ17.6811.533.88-
YUV90.39102.96181.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 61 (24.22% from 255) = 22.43%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=60.66%
G=22.43%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165614600.630.720.357.5656.441.37
HexA53D2E03F482383829
Octal245755607711043107051
Binary10100101111101101110011111110010001000111000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D2E; }

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

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

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

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

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

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

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

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