#A74630

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

Shades of Rock Spray #A74630

Tints of Rock Spray #A74630

Color information

#A74630 (or 0xA74630) is unknown color: approx Rock Spray. HEX triplet: A7, 46 and 30. RGB value is (167,70,48). Sum of RGB (Red+Green+Blue) = 167+70+48=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A74630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74630 is #58B9CF. Grayscale: #606060. Windows color (decimal): -5814736 or 3163815. OLE color: 3163815.

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

Color convert

RGB1677048-
CMYK00.580.710.35
HSL11.09º55.35%42.16%-
HSV(B)11.09º71.26%65.49%-
XYZ18.6612.814.29-
YUV96.49100.64178.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.60%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 48 (19.14% from 255) = 16.84%
R=58.60%
G=24.56%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167704800.580.710.3511.0955.3542.16
HexA7463003A4723b372a
Octal2471066007210743136752
Binary101001111000110110000011101010001111000111011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74630; }

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

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

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

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

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

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

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

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