#ADA89B

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

Shades of Bison Hide #ADA89B

Tints of Bison Hide #ADA89B

Color information

#ADA89B (or 0xADA89B) is unknown color: approx Bison Hide. HEX triplet: AD, A8 and 9B. RGB value is (173,168,155). Sum of RGB (Red+Green+Blue) = 173+168+155=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA89B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA89B is #525764. Grayscale: #A8A8A8. Windows color (decimal): -5396325 or 10201261. OLE color: 10201261.

HSL color Cylindrical-coordinate representation of color #ADA89B: hue angle of 43.33º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA89B is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB173168155-
CMYK00.030.100.32
HSL43.33º9.89%64.31%-
HSV(B)43.33º10.4%67.84%-
XYZ37.1539.2636.63-
YUV168.01120.66131.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 168 (66.02% from 255) = 33.87%
BLUE value IS 155 (60.94% from 255) = 31.25%
R=34.88%
G=33.87%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316815500.030.100.3243.339.8964.31
HexADA89B03A202ba40
Octal2552502330312405312100
Binary101011011010100010011011011101010000010101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA89B; }

 p { color: rgb(173,168,155); }

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

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

 a { background-color: rgb(173,168,155); }

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

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

 span { border-color: rgb(173,168,155); }

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