Html Css Color HEX #ADB486 Bud

📋 copy color: '#ADB486'

red 173 ◦ green 180 ◦ blue 134

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

Shades of Bud #ADB486

Tints of Bud #ADB486

RGB

 RED value IS 173 (67.97% from 255) = 35.52%

 GREEN value IS 180 (70.7% from 255) = 36.96%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 35.52%
G = 36.96%
B = 27.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#ADB486 (or 0xADB486) is known color: Bud. HEX triplet: AD, B4 and 86. RGB value is (173,180,134). Sum of RGB (Red+Green+Blue) = 173+180+134=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB486 is #524B79. Grayscale: #ACACAC. Windows color (decimal): -5393274 or 8828077. OLE color: 8828077.

HSL color Cylindrical-coordinate representation of color #ADB486: hue angle of 69.13º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB486 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 134 -
CMYK 0.04 0 0.26 0.29
HSL 69.13º 0.23% 0.62% -
HSV(B) 69.13º 0.26% 0.71% -
XYZ 37.86 43.25 28.91 -
YUV 172.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 173 180 134 0.04 0 0.26 0.29 69.13 0.23 0.62
Hex AD B4 86 4 0 1A 1D 45 17 3E
Octal 255 264 206 4 0 32 35 105 27 76
Binary 10101101 10110100 10000110 100 0 11010 11101 1000101 10111 111110

Color Harmonies of #ADB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB486

Black with #ADB486

Text Example


Text Example

White with #ADB486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB486; }

 p { color: rgb(173,180,134); }

 H1.HeaderClassName
 {
   color: #ADB486;
 }
 .AnyTagClassName
 {
   color: #ADB486;
 }
</style>

background-color css

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

 a { background-color: rgb(173,180,134); }

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

border-color css

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

 span { border-color: rgb(173,180,134); }

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