Html Css Color HEX #ADB094 Bud

📋 copy color: '#ADB094'

red 173 ◦ green 176 ◦ blue 148

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

Shades of Bud #ADB094

Tints of Bud #ADB094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.78%

R = 34.81%
G = 35.41%
B = 29.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#ADB094 (or 0xADB094) is known color: Bud. HEX triplet: AD, B0 and 94. RGB value is (173,176,148). Sum of RGB (Red+Green+Blue) = 173+176+148=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB094 is #524F6B. Grayscale: #ACACAC. Windows color (decimal): -5394284 or 9744557. OLE color: 9744557.

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

Color convert

RGB 173 176 148 -
CMYK 0.02 0 0.16 0.31
HSL 66.43º 0.15% 0.64% -
HSV(B) 66.43º 0.16% 0.69% -
XYZ 38.1 42.07 34.13 -
YUV 171.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 173 176 148 0.02 0 0.16 0.31 66.43 0.15 0.64
Hex AD B0 94 2 0 10 1F 42 F 40
Octal 255 260 224 2 0 20 37 102 17 100
Binary 10101101 10110000 10010100 10 0 10000 11111 1000010 1111 1000000

Color Harmonies of #ADB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB094

Black with #ADB094

Text Example


Text Example

White with #ADB094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB094; }

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

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

background-color css

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

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

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

border-color css

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

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

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