Html Css Color HEX #ADB387 Bud

📋 copy color: '#ADB387'

red 173 ◦ green 179 ◦ blue 135

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

Shades of Bud #ADB387

Tints of Bud #ADB387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.72%

R = 35.52%
G = 36.76%
B = 27.72%

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

#ADB387 (or 0xADB387) is known color: Bud. HEX triplet: AD, B3 and 87. RGB value is (173,179,135). Sum of RGB (Red+Green+Blue) = 173+179+135=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 135 (53.12% from 255 or 27.72% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB387 is #524C78. Grayscale: #ACACAC. Windows color (decimal): -5393529 or 8893357. OLE color: 8893357.

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

Color convert

RGB 173 179 135 -
CMYK 0.03 0 0.25 0.30
HSL 68.18º 0.22% 0.62% -
HSV(B) 68.18º 0.25% 0.7% -
XYZ 37.73 42.87 29.21 -
YUV 172.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 173 179 135 0.03 0 0.25 0.30 68.18 0.22 0.62
Hex AD B3 87 3 0 19 1E 44 16 3E
Octal 255 263 207 3 0 31 36 104 26 76
Binary 10101101 10110011 10000111 11 0 11001 11110 1000100 10110 111110

Color Harmonies of #ADB387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB387

Black with #ADB387

Text Example


Text Example

White with #ADB387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB387; }

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

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

background-color css

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

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

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

border-color css

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

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

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