Html Css Color HEX #ADB095 Bud

📋 copy color: '#ADB095'

red 173 ◦ green 176 ◦ blue 149

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

Shades of Bud #ADB095

Tints of Bud #ADB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.34%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 34.74%
G = 35.34%
B = 29.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#ADB095 (or 0xADB095) is known color: Bud. HEX triplet: AD, B0 and 95. RGB value is (173,176,149). Sum of RGB (Red+Green+Blue) = 173+176+149=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB095 is #524F6A. Grayscale: #ACACAC. Windows color (decimal): -5394283 or 9810093. OLE color: 9810093.

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

Color convert

RGB 173 176 149 -
CMYK 0.02 0 0.15 0.31
HSL 66.67º 0.15% 0.64% -
HSV(B) 66.67º 0.15% 0.69% -
XYZ 38.18 42.1 34.55 -
YUV 172.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 173 176 149 0.02 0 0.15 0.31 66.67 0.15 0.64
Hex AD B0 95 2 0 F 1F 43 F 40
Octal 255 260 225 2 0 17 37 103 17 100
Binary 10101101 10110000 10010101 10 0 1111 11111 1000011 1111 1000000

Color Harmonies of #ADB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB095

Black with #ADB095

Text Example


Text Example

White with #ADB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB095; }

 p { color: rgb(173,176,149); }

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

background-color css

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

 a { background-color: rgb(173,176,149); }

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

border-color css

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

 span { border-color: rgb(173,176,149); }

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