Html Css Color HEX #ADB193 Bud

📋 copy color: '#ADB193'

red 173 ◦ green 177 ◦ blue 147

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

Shades of Bud #ADB193

Tints of Bud #ADB193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.58%

R = 34.81%
G = 35.61%
B = 29.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#ADB193 (or 0xADB193) is known color: Bud. HEX triplet: AD, B1 and 93. RGB value is (173,177,147). Sum of RGB (Red+Green+Blue) = 173+177+147=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB193 is #524E6C. Grayscale: #ACACAC. Windows color (decimal): -5394029 or 9679277. OLE color: 9679277.

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

Color convert

RGB 173 177 147 -
CMYK 0.02 0 0.17 0.31
HSL 68º 0.16% 0.64% -
HSV(B) 68º 0.17% 0.69% -
XYZ 38.22 42.44 33.78 -
YUV 172.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 173 177 147 0.02 0 0.17 0.31 68 0.16 0.64
Hex AD B1 93 2 0 11 1F 44 10 40
Octal 255 261 223 2 0 21 37 104 20 100
Binary 10101101 10110001 10010011 10 0 10001 11111 1000100 10000 1000000

Color Harmonies of #ADB193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB193

Black with #ADB193

Text Example


Text Example

White with #ADB193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB193; }

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

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

background-color css

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

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

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

border-color css

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

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

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