Html Css Color HEX #ADB192 Bud

📋 copy color: '#ADB192'

red 173 ◦ green 177 ◦ blue 146

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

Shades of Bud #ADB192

Tints of Bud #ADB192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.44%

R = 34.88%
G = 35.69%
B = 29.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#ADB192 (or 0xADB192) is known color: Bud. HEX triplet: AD, B1 and 92. RGB value is (173,177,146). Sum of RGB (Red+Green+Blue) = 173+177+146=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB192 is #524E6D. Grayscale: #ACACAC. Windows color (decimal): -5394030 or 9613741. OLE color: 9613741.

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

Color convert

RGB 173 177 146 -
CMYK 0.02 0 0.18 0.31
HSL 67.74º 0.17% 0.63% -
HSV(B) 67.74º 0.18% 0.69% -
XYZ 38.14 42.4 33.37 -
YUV 172.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 173 177 146 0.02 0 0.18 0.31 67.74 0.17 0.63
Hex AD B1 92 2 0 12 1F 44 11 3F
Octal 255 261 222 2 0 22 37 104 21 77
Binary 10101101 10110001 10010010 10 0 10010 11111 1000100 10001 111111

Color Harmonies of #ADB192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB192

Black with #ADB192

Text Example


Text Example

White with #ADB192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB192; }

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

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

background-color css

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

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

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

border-color css

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

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

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