Html Css Color HEX #ADB190 Bud

📋 copy color: '#ADB190'

red 173 ◦ green 177 ◦ blue 144

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

Shades of Bud #ADB190

Tints of Bud #ADB190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.15%

R = 35.02%
G = 35.83%
B = 29.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#ADB190 (or 0xADB190) is known color: Bud. HEX triplet: AD, B1 and 90. RGB value is (173,177,144). Sum of RGB (Red+Green+Blue) = 173+177+144=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB190 is #524E6F. Grayscale: #ACACAC. Windows color (decimal): -5394032 or 9482669. OLE color: 9482669.

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

Color convert

RGB 173 177 144 -
CMYK 0.02 0 0.19 0.31
HSL 67.27º 0.17% 0.63% -
HSV(B) 67.27º 0.19% 0.69% -
XYZ 37.99 42.34 32.56 -
YUV 172.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 173 177 144 0.02 0 0.19 0.31 67.27 0.17 0.63
Hex AD B1 90 2 0 13 1F 43 11 3F
Octal 255 261 220 2 0 23 37 103 21 77
Binary 10101101 10110001 10010000 10 0 10011 11111 1000011 10001 111111

Color Harmonies of #ADB190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB190

Black with #ADB190

Text Example


Text Example

White with #ADB190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB190; }

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

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

background-color css

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

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

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

border-color css

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

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

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