#A64123

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

Shades of Rock Spray #A64123

Tints of Rock Spray #A64123

Color information

#A64123 (or 0xA64123) is unknown color: approx Rock Spray. HEX triplet: A6, 41 and 23. RGB value is (166,65,35). Sum of RGB (Red+Green+Blue) = 166+65+35=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A64123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64123 is #59BEDC. Grayscale: #5C5C5C. Windows color (decimal): -5881565 or 2310566. OLE color: 2310566.

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

Color convert

RGB1666535-
CMYK00.610.790.35
HSL13.74º65.17%39.41%-
HSV(B)13.74º78.92%65.1%-
XYZ17.9212.012.96-
YUV91.7895.96180.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 65 (25.78% from 255) = 24.44%
BLUE value IS 35 (14.06% from 255) = 13.16%
R=62.41%
G=24.44%
B=13.16%

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
Decimal166653500.610.790.3513.7465.1739.41
HexA6412303D4F23e4127
Octal24610143075117431610147
Binary1010011010000011000110111101100111110001111101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64123; }

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

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

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

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

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

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

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

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