Html Css Color HEX #ADB187 Bud

📋 copy color: '#ADB187'

red 173 ◦ green 177 ◦ blue 135

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

Shades of Bud #ADB187

Tints of Bud #ADB187

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.49%

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

R = 35.67%
G = 36.49%
B = 27.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#ADB187 (or 0xADB187) is known color: Bud. HEX triplet: AD, B1 and 87. RGB value is (173,177,135). Sum of RGB (Red+Green+Blue) = 173+177+135=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB187 is #524E78. Grayscale: #ABABAB. Windows color (decimal): -5394041 or 8892845. OLE color: 8892845.

HSL color Cylindrical-coordinate representation of color #ADB187: hue angle of 65.71º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB187 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 135 -
CMYK 0.02 0 0.24 0.31
HSL 65.71º 0.21% 0.61% -
HSV(B) 65.71º 0.24% 0.69% -
XYZ 37.33 42.08 29.08 -
YUV 171.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 173 177 135 0.02 0 0.24 0.31 65.71 0.21 0.61
Hex AD B1 87 2 0 18 1F 42 15 3D
Octal 255 261 207 2 0 30 37 102 25 75
Binary 10101101 10110001 10000111 10 0 11000 11111 1000010 10101 111101

Color Harmonies of #ADB187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB187

Black with #ADB187

Text Example


Text Example

White with #ADB187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB187; }

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

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

background-color css

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

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

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

border-color css

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

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

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