Html Css Color HEX #ADB194 Bud

📋 copy color: '#ADB194'

red 173 ◦ green 177 ◦ blue 148

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

Shades of Bud #ADB194

Tints of Bud #ADB194

RGB

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

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

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

R = 34.74%
G = 35.54%
B = 29.72%

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

#ADB194 (or 0xADB194) is known color: Bud. HEX triplet: AD, B1 and 94. RGB value is (173,177,148). Sum of RGB (Red+Green+Blue) = 173+177+148=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB194 is #524E6B. Grayscale: #ACACAC. Windows color (decimal): -5394028 or 9744813. OLE color: 9744813.

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

Color convert

RGB 173 177 148 -
CMYK 0.02 0 0.16 0.31
HSL 68.28º 0.16% 0.64% -
HSV(B) 68.28º 0.16% 0.69% -
XYZ 38.3 42.47 34.2 -
YUV 172.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 173 177 148 0.02 0 0.16 0.31 68.28 0.16 0.64
Hex AD B1 94 2 0 10 1F 44 10 40
Octal 255 261 224 2 0 20 37 104 20 100
Binary 10101101 10110001 10010100 10 0 10000 11111 1000100 10000 1000000

Color Harmonies of #ADB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB194

Black with #ADB194

Text Example


Text Example

White with #ADB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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