Html Css Color HEX #ABAD8D Bud

📋 copy color: '#ABAD8D'

red 171 ◦ green 173 ◦ blue 141

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

Shades of Bud #ABAD8D

Tints of Bud #ABAD8D

RGB

 RED value IS 171 (67.19% from 255) = 35.26%

 GREEN value IS 173 (67.97% from 255) = 35.67%

 BLUE value IS 141 (55.47% from 255) = 29.07%

R = 35.26%
G = 35.67%
B = 29.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ABAD8D (or 0xABAD8D) is known color: Bud. HEX triplet: AB, AD and 8D. RGB value is (171,173,141). Sum of RGB (Red+Green+Blue) = 171+173+141=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD8D is #545272. Grayscale: #A8A8A8. Windows color (decimal): -5526131 or 9285035. OLE color: 9285035.

HSL color Cylindrical-coordinate representation of color #ABAD8D: hue angle of 63.75º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABAD8D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 173 141 -
CMYK 0.01 0 0.18 0.32
HSL 63.75º 0.16% 0.62% -
HSV(B) 63.75º 0.18% 0.68% -
XYZ 36.55 40.47 31.08 -
YUV 168.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 171 173 141 0.01 0 0.18 0.32 63.75 0.16 0.62
Hex AB AD 8D 1 0 12 20 40 10 3E
Octal 253 255 215 1 0 22 40 100 20 76
Binary 10101011 10101101 10001101 1 0 10010 100000 1000000 10000 111110

Color Harmonies of #ABAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAD8D

Black with #ABAD8D

Text Example


Text Example

White with #ABAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAD8D; }

 p { color: rgb(171,173,141); }

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

background-color css

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

 a { background-color: rgb(171,173,141); }

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

border-color css

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

 span { border-color: rgb(171,173,141); }

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