#A64023

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

Shades of Rock Spray #A64023

Tints of Rock Spray #A64023

Color information

#A64023 (or 0xA64023) is unknown color: approx Rock Spray. HEX triplet: A6, 40 and 23. RGB value is (166,64,35). Sum of RGB (Red+Green+Blue) = 166+64+35=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A64023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64023 is #59BFDC. Grayscale: #5B5B5B. Windows color (decimal): -5881821 or 2310310. OLE color: 2310310.

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

Color convert

RGB1666435-
CMYK00.610.790.35
HSL13.28º65.17%39.41%-
HSV(B)13.28º78.92%65.1%-
XYZ17.8611.92.94-
YUV91.1996.29181.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.64%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 35 (14.06% from 255) = 13.21%
R=62.64%
G=24.15%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166643500.610.790.3513.2865.1739.41
HexA6402303D4F23d4127
Octal24610043075117431510147
Binary1010011010000001000110111101100111110001111011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64023; }

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

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

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

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

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

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

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

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