#ADA48D

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

Shades of Bison Hide #ADA48D

Tints of Bison Hide #ADA48D

Color information

#ADA48D (or 0xADA48D) is unknown color: approx Bison Hide. HEX triplet: AD, A4 and 8D. RGB value is (173,164,141). Sum of RGB (Red+Green+Blue) = 173+164+141=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA48D is #525B72. Grayscale: #A4A4A4. Windows color (decimal): -5397363 or 9282733. OLE color: 9282733.

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

Color convert

RGB173164141-
CMYK00.050.180.32
HSL43.13º16.33%61.57%-
HSV(B)43.13º18.5%67.84%-
XYZ35.3237.3630.55-
YUV164.07114.98134.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 141 (55.47% from 255) = 29.50%
R=36.19%
G=34.31%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316414100.050.180.3243.1316.3361.57
HexADA48D0512202b103e
Octal255244215052240532076
Binary10101101101001001000110101011001010000010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA48D; }

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

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

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

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

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

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

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

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