#A7442E

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

Shades of Rock Spray #A7442E

Tints of Rock Spray #A7442E

Color information

#A7442E (or 0xA7442E) is unknown color: approx Rock Spray. HEX triplet: A7, 44 and 2E. RGB value is (167,68,46). Sum of RGB (Red+Green+Blue) = 167+68+46=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7442E is #58BBD1. Grayscale: #5F5F5F. Windows color (decimal): -5815250 or 3032231. OLE color: 3032231.

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

Color convert

RGB1676846-
CMYK00.590.720.35
HSL10.91º56.81%41.76%-
HSV(B)10.91º72.46%65.49%-
XYZ18.512.554.03-
YUV95.09100.3179.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.43%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=59.43%
G=24.20%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167684600.590.720.3510.9156.8141.76
HexA7442E03B4823b392a
Octal2471045607311043137152
Binary101001111000100101110011101110010001000111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7442E; }

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

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

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

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

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

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

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

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