#A64423

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

Shades of Rock Spray #A64423

Tints of Rock Spray #A64423

Color information

#A64423 (or 0xA64423) is unknown color: approx Rock Spray. HEX triplet: A6, 44 and 23. RGB value is (166,68,35). Sum of RGB (Red+Green+Blue) = 166+68+35=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A64423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64423 is #59BBDC. Grayscale: #5D5D5D. Windows color (decimal): -5880797 or 2311334. OLE color: 2311334.

HSL color Cylindrical-coordinate representation of color #A64423: hue angle of 15.11º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A64423 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1666835-
CMYK00.590.790.35
HSL15.11º65.17%39.41%-
HSV(B)15.11º78.92%65.1%-
XYZ18.112.363.02-
YUV93.5494.97179.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=61.71%
G=25.28%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166683500.590.790.3515.1165.1739.41
HexA6442303B4F23f4127
Octal24610443073117431710147
Binary1010011010001001000110111011100111110001111111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64423; }

 p { color: rgb(166,68,35); }

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

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

 a { background-color: rgb(166,68,35); }

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

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

 span { border-color: rgb(166,68,35); }

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