Html Css Color HEX #ADA89B Bison Hide

📋 copy color: '#ADA89B'

red 173 ◦ green 168 ◦ blue 155

#ADA89B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bison Hide #ADA89B

Tints of Bison Hide #ADA89B

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 value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#ADA89B (or 0xADA89B) is known color: 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

RGB 173 168 155 -
CMYK 0 0.03 0.10 0.32
HSL 43.33º 0.1% 0.64% -
HSV(B) 43.33º 0.1% 0.68% -
XYZ 37.15 39.26 36.63 -
YUV 168.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 173 168 155 0 0.03 0.10 0.32 43.33 0.1 0.64
Hex AD A8 9B 0 3 A 20 2B A 40
Octal 255 250 233 0 3 12 40 53 12 100
Binary 10101101 10101000 10011011 0 11 1010 100000 101011 1010 1000000

Color Harmonies of #ADA89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA89B

Black with #ADA89B

Text Example


Text Example

White with #ADA89B

Text Example


Text Example

HTML Codes & Css Web 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>