#A7452E

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

Shades of Rock Spray #A7452E

Tints of Rock Spray #A7452E

Color information

#A7452E (or 0xA7452E) is unknown color: approx Rock Spray. HEX triplet: A7, 45 and 2E. RGB value is (167,69,46). Sum of RGB (Red+Green+Blue) = 167+69+46=282 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.22% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 167 - color contains mainly: red. Hex color #A7452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7452E is #58BAD1. Grayscale: #5F5F5F. Windows color (decimal): -5814994 or 3032487. OLE color: 3032487.

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

Color convert

RGB1676946-
CMYK00.590.720.35
HSL11.4º56.81%41.76%-
HSV(B)11.4º72.46%65.49%-
XYZ18.5612.674.05-
YUV95.6899.97178.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.22%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 46 (18.36% from 255) = 16.31%
R=59.22%
G=24.47%
B=16.31%

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
Decimal167694600.590.720.3511.456.8141.76
HexA7452E03B4823b392a
Octal2471055607311043137152
Binary101001111000101101110011101110010001000111011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7452E; }

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

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

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

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

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

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

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

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