#A53D1F

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

Shades of Rock Spray #A53D1F

Tints of Rock Spray #A53D1F

Color information

#A53D1F (or 0xA53D1F) is unknown color: approx Rock Spray. HEX triplet: A5, 3D and 1F. RGB value is (165,61,31). Sum of RGB (Red+Green+Blue) = 165+61+31=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D1F is #5AC2E0. Grayscale: #585858. Windows color (decimal): -5948129 or 2047397. OLE color: 2047397.

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

Color convert

RGB1656131-
CMYK00.630.810.35
HSL13.43º68.37%38.43%-
HSV(B)13.43º81.21%64.71%-
XYZ17.4311.442.58-
YUV88.6895.46182.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.20%
GREEN value IS 61 (24.22% from 255) = 23.74%
BLUE value IS 31 (12.5% from 255) = 12.06%
R=64.20%
G=23.74%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165613100.630.810.3513.4368.3738.43
HexA53D1F03F5123d4426
Octal2457537077121431510446
Binary10100101111101111110111111101000110001111011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53D1F; }

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

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

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

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

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

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

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

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