Html Css Color HEX #ADB191 Bud

📋 copy color: '#ADB191'

red 173 ◦ green 177 ◦ blue 145

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

Shades of Bud #ADB191

Tints of Bud #ADB191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.29%

R = 34.95%
G = 35.76%
B = 29.29%

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

#ADB191 (or 0xADB191) is known color: Bud. HEX triplet: AD, B1 and 91. RGB value is (173,177,145). Sum of RGB (Red+Green+Blue) = 173+177+145=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 145 (57.03% from 255 or 29.29% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB191 is #524E6E. Grayscale: #ACACAC. Windows color (decimal): -5394031 or 9548205. OLE color: 9548205.

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

Color convert

RGB 173 177 145 -
CMYK 0.02 0 0.18 0.31
HSL 67.5º 0.17% 0.63% -
HSV(B) 67.5º 0.18% 0.69% -
XYZ 38.07 42.37 32.96 -
YUV 172.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 173 177 145 0.02 0 0.18 0.31 67.5 0.17 0.63
Hex AD B1 91 2 0 12 1F 44 11 3F
Octal 255 261 221 2 0 22 37 104 21 77
Binary 10101101 10110001 10010001 10 0 10010 11111 1000100 10001 111111

Color Harmonies of #ADB191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB191

Black with #ADB191

Text Example


Text Example

White with #ADB191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB191; }

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

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

background-color css

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

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

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

border-color css

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

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

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