#ADA38E

Color #ADA38E Bison Hide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bison Hide #ADA38E

Tints of Bison Hide #ADA38E

Color information

#ADA38E (or 0xADA38E) is unknown color: approx Bison Hide. HEX triplet: AD, A3 and 8E. RGB value is (173,163,142). Sum of RGB (Red+Green+Blue) = 173+163+142=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA38E is #525C71. Grayscale: #A3A3A3. Windows color (decimal): -5397618 or 9348013. OLE color: 9348013.

HSL color Cylindrical-coordinate representation of color #ADA38E: hue angle of 40.65º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA38E is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173163142-
CMYK00.060.180.32
HSL40.65º15.9%61.76%-
HSV(B)40.65º17.92%67.84%-
XYZ35.2137.0330.88-
YUV163.6115.81134.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 163 (64.06% from 255) = 34.10%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=36.19%
G=34.10%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316314200.060.180.3240.6515.961.76
HexADA38E06122029103e
Octal255243216062240512076
Binary10101101101000111000111001101001010000010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA38E; }

 p { color: rgb(173,163,142); }

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

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

 a { background-color: rgb(173,163,142); }

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

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

 span { border-color: rgb(173,163,142); }

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