#A53826

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

Shades of Rock Spray #A53826

Tints of Rock Spray #A53826

Color information

#A53826 (or 0xA53826) is unknown color: approx Rock Spray. HEX triplet: A5, 38 and 26. RGB value is (165,56,38). Sum of RGB (Red+Green+Blue) = 165+56+38=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A53826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53826 is #5AC7D9. Grayscale: #565656. Windows color (decimal): -5949402 or 2504869. OLE color: 2504869.

HSL color Cylindrical-coordinate representation of color #A53826: hue angle of 8.5º 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 #A53826 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1655638-
CMYK00.660.770.35
HSL8.5º62.56%39.8%-
HSV(B)8.5º76.97%64.71%-
XYZ17.2810.973.04-
YUV86.54100.61183.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=63.71%
G=21.62%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165563800.660.770.358.562.5639.8
HexA538260424D2393f28
Octal2457046010211543117750
Binary101001011110001001100100001010011011000111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53826; }

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

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

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

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

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

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

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

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