#A53F26

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

Shades of Rock Spray #A53F26

Tints of Rock Spray #A53F26

Color information

#A53F26 (or 0xA53F26) is unknown color: approx Rock Spray. HEX triplet: A5, 3F and 26. RGB value is (165,63,38). Sum of RGB (Red+Green+Blue) = 165+63+38=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53F26 is #5AC0D9. Grayscale: #5A5A5A. Windows color (decimal): -5947610 or 2506661. OLE color: 2506661.

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

Color convert

RGB1656338-
CMYK00.620.770.35
HSL11.81º62.56%39.8%-
HSV(B)11.81º76.97%64.71%-
XYZ17.6411.693.16-
YUV90.6598.29181.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.03%
GREEN value IS 63 (25% from 255) = 23.68%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=62.03%
G=23.68%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165633800.620.770.3511.8162.5639.8
HexA53F2603E4D23c3f28
Octal245774607611543147750
Binary10100101111111100110011111010011011000111100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F26; }

 p { color: rgb(165,63,38); }

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

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

 a { background-color: rgb(165,63,38); }

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

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

 span { border-color: rgb(165,63,38); }

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