#A8391E

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

Shades of Rock Spray #A8391E

Tints of Rock Spray #A8391E

Color information

#A8391E (or 0xA8391E) is unknown color: approx Rock Spray. HEX triplet: A8, 39 and 1E. RGB value is (168,57,30). Sum of RGB (Red+Green+Blue) = 168+57+30=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A8391E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8391E is #57C6E1. Grayscale: #575757. Windows color (decimal): -5752546 or 1980840. OLE color: 1980840.

HSL color Cylindrical-coordinate representation of color #A8391E: hue angle of 11.74º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8391E is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB1685730-
CMYK00.660.820.34
HSL11.74º69.7%38.82%-
HSV(B)11.74º82.14%65.88%-
XYZ17.8511.342.48-
YUV87.1195.77185.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=65.88%
G=22.35%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168573000.660.820.3411.7469.738.82
HexA8391E0425222c4627
Octal25071360102122421410647
Binary101010001110011111001000010101001010001011001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8391E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8391E; }

 p { color: rgb(168,57,30); }

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

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

 a { background-color: rgb(168,57,30); }

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

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

 span { border-color: rgb(168,57,30); }

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