#A8938B

Color #A8938B Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #A8938B

Tints of Del Rio #A8938B

Color information

#A8938B (or 0xA8938B) is unknown color: approx Del Rio. HEX triplet: A8, 93 and 8B. RGB value is (168,147,139). Sum of RGB (Red+Green+Blue) = 168+147+139=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 168 - color contains mainly: red. Hex color #A8938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8938B is #576C74. Grayscale: #989898. Windows color (decimal): -5729397 or 9147304. OLE color: 9147304.

HSL color Cylindrical-coordinate representation of color #A8938B: hue angle of 16.55º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8938B is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB168147139-
CMYK00.130.170.34
HSL16.55º14.29%60.2%-
HSV(B)16.55º17.26%65.88%-
XYZ31.2431.0628.77-
YUV152.37120.46139.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.00%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=37.00%
G=32.38%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814713900.130.170.3416.5514.2960.2
HexA8938B0D112211e3c
Octal2502232130152142211674
Binary1010100010010011100010110110110001100010100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8938B; }

 p { color: rgb(168,147,139); }

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

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

 a { background-color: rgb(168,147,139); }

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

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

 span { border-color: rgb(168,147,139); }

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