#A7462E

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

Shades of Rock Spray #A7462E

Tints of Rock Spray #A7462E

Color information

#A7462E (or 0xA7462E) is unknown color: approx Rock Spray. HEX triplet: A7, 46 and 2E. RGB value is (167,70,46). Sum of RGB (Red+Green+Blue) = 167+70+46=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A7462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7462E is #58B9D1. Grayscale: #606060. Windows color (decimal): -5814738 or 3032743. OLE color: 3032743.

HSL color Cylindrical-coordinate representation of color #A7462E: hue angle of 11.9º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7462E is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1677046-
CMYK00.580.720.35
HSL11.9º56.81%41.76%-
HSV(B)11.9º72.46%65.49%-
XYZ18.6212.794.07-
YUV96.2799.64178.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 46 (18.36% from 255) = 16.25%
R=59.01%
G=24.73%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167704600.580.720.3511.956.8141.76
HexA7462E03A4823c392a
Octal2471065607211043147152
Binary101001111000110101110011101010010001000111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7462E; }

 p { color: rgb(167,70,46); }

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

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

 a { background-color: rgb(167,70,46); }

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

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

 span { border-color: rgb(167,70,46); }

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