#ADA38D

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

Shades of Bison Hide #ADA38D

Tints of Bison Hide #ADA38D

Color information

#ADA38D (or 0xADA38D) is unknown color: approx Bison Hide. HEX triplet: AD, A3 and 8D. RGB value is (173,163,141). Sum of RGB (Red+Green+Blue) = 173+163+141=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA38D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA38D is #525C72. Grayscale: #A3A3A3. Windows color (decimal): -5397619 or 9282477. OLE color: 9282477.

HSL color Cylindrical-coordinate representation of color #ADA38D: hue angle of 41.25º 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 #ADA38D is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB173163141-
CMYK00.060.180.32
HSL41.25º16.33%61.57%-
HSV(B)41.25º18.5%67.84%-
XYZ35.143730.49-
YUV163.48115.31134.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.27%
GREEN value IS 163 (64.06% from 255) = 34.17%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=36.27%
G=34.17%
B=29.56%

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
Decimal17316314100.060.180.3241.2516.3361.57
HexADA38D06122029103e
Octal255243215062240512076
Binary10101101101000111000110101101001010000010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA38D; }

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

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

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

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

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

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

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

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