Html Css Color HEX #ADB386 Bud

📋 copy color: '#ADB386'

red 173 ◦ green 179 ◦ blue 134

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

Shades of Bud #ADB386

Tints of Bud #ADB386

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.83%

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

R = 35.6%
G = 36.83%
B = 27.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#ADB386 (or 0xADB386) is known color: Bud. HEX triplet: AD, B3 and 86. RGB value is (173,179,134). Sum of RGB (Red+Green+Blue) = 173+179+134=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB386 is #524C79. Grayscale: #ACACAC. Windows color (decimal): -5393530 or 8827821. OLE color: 8827821.

HSL color Cylindrical-coordinate representation of color #ADB386: hue angle of 68º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADB386 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 179 134 -
CMYK 0.03 0 0.25 0.30
HSL 68º 0.23% 0.61% -
HSV(B) 68º 0.25% 0.7% -
XYZ 37.66 42.85 28.84 -
YUV 172.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 173 179 134 0.03 0 0.25 0.30 68 0.23 0.61
Hex AD B3 86 3 0 19 1E 44 17 3D
Octal 255 263 206 3 0 31 36 104 27 75
Binary 10101101 10110011 10000110 11 0 11001 11110 1000100 10111 111101

Color Harmonies of #ADB386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB386

Black with #ADB386

Text Example


Text Example

White with #ADB386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB386; }

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

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

background-color css

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

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

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

border-color css

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

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

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