#A7452D

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

Shades of Rock Spray #A7452D

Tints of Rock Spray #A7452D

Color information

#A7452D (or 0xA7452D) is unknown color: approx Rock Spray. HEX triplet: A7, 45 and 2D. RGB value is (167,69,45). Sum of RGB (Red+Green+Blue) = 167+69+45=281 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.43% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 167 - color contains mainly: red. Hex color #A7452D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7452D is #58BAD2. Grayscale: #5F5F5F. Windows color (decimal): -5814995 or 2966951. OLE color: 2966951.

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

Color convert

RGB1676945-
CMYK00.590.730.35
HSL11.8º57.55%41.57%-
HSV(B)11.8º73.05%65.49%-
XYZ18.5412.663.95-
YUV95.5799.47178.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.43%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=59.43%
G=24.56%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167694500.590.730.3511.857.5541.57
HexA7452D03B4923c3a2a
Octal2471055507311143147252
Binary101001111000101101101011101110010011000111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7452D; }

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

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

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

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

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

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

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

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