Html Css Color HEX #ADB487 Bud

📋 copy color: '#ADB487'

red 173 ◦ green 180 ◦ blue 135

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

Shades of Bud #ADB487

Tints of Bud #ADB487

RGB

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

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

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

R = 35.45%
G = 36.89%
B = 27.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#ADB487 (or 0xADB487) is known color: Bud. HEX triplet: AD, B4 and 87. RGB value is (173,180,135). Sum of RGB (Red+Green+Blue) = 173+180+135=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB487 is #524B78. Grayscale: #ACACAC. Windows color (decimal): -5393273 or 8893613. OLE color: 8893613.

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

Color convert

RGB 173 180 135 -
CMYK 0.04 0 0.25 0.29
HSL 69.33º 0.23% 0.62% -
HSV(B) 69.33º 0.25% 0.71% -
XYZ 37.93 43.28 29.28 -
YUV 172.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 173 180 135 0.04 0 0.25 0.29 69.33 0.23 0.62
Hex AD B4 87 4 0 19 1D 45 17 3E
Octal 255 264 207 4 0 31 35 105 27 76
Binary 10101101 10110100 10000111 100 0 11001 11101 1000101 10111 111110

Color Harmonies of #ADB487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB487

Black with #ADB487

Text Example


Text Example

White with #ADB487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB487; }

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

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

background-color css

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

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

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

border-color css

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

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

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