#A8938A

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

Shades of Del Rio #A8938A

Tints of Del Rio #A8938A

Color information

#A8938A (or 0xA8938A) is unknown color: approx Del Rio. HEX triplet: A8, 93 and 8A. RGB value is (168,147,138). Sum of RGB (Red+Green+Blue) = 168+147+138=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 168 - color contains mainly: red. Hex color #A8938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8938A is #576C75. Grayscale: #989898. Windows color (decimal): -5729398 or 9081768. OLE color: 9081768.

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

Color convert

RGB168147138-
CMYK00.130.180.34
HSL18º14.71%60%-
HSV(B)18º17.86%65.88%-
XYZ31.1731.0328.39-
YUV152.25119.96139.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=37.09%
G=32.45%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814713800.130.180.341814.7160
HexA8938A0D122212f3c
Octal2502232120152242221774
Binary1010100010010011100010100110110010100010100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8938A; }

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

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

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

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

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

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

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

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