Html Css Color HEX #ADB096 Bud

📋 copy color: '#ADB096'

red 173 ◦ green 176 ◦ blue 150

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

Shades of Bud #ADB096

Tints of Bud #ADB096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.06%

R = 34.67%
G = 35.27%
B = 30.06%

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

#ADB096 (or 0xADB096) is known color: Bud. HEX triplet: AD, B0 and 96. RGB value is (173,176,150). Sum of RGB (Red+Green+Blue) = 173+176+150=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB096 is #524F69. Grayscale: #ACACAC. Windows color (decimal): -5394282 or 9875629. OLE color: 9875629.

HSL color Cylindrical-coordinate representation of color #ADB096: hue angle of 66.92º degrees, saturation: 0.14, 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 #ADB096 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 176 150 -
CMYK 0.02 0 0.15 0.31
HSL 66.92º 0.14% 0.64% -
HSV(B) 66.92º 0.15% 0.69% -
XYZ 38.26 42.14 34.97 -
YUV 172.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 173 176 150 0.02 0 0.15 0.31 66.92 0.14 0.64
Hex AD B0 96 2 0 F 1F 43 E 40
Octal 255 260 226 2 0 17 37 103 16 100
Binary 10101101 10110000 10010110 10 0 1111 11111 1000011 1110 1000000

Color Harmonies of #ADB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB096

Black with #ADB096

Text Example


Text Example

White with #ADB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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