Html Css Color HEX #ABAD8C Bud

📋 copy color: '#ABAD8C'

red 171 ◦ green 173 ◦ blue 140

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

Shades of Bud #ABAD8C

Tints of Bud #ABAD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 35.33%
G = 35.74%
B = 28.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#ABAD8C (or 0xABAD8C) is known color: Bud. HEX triplet: AB, AD and 8C. RGB value is (171,173,140). Sum of RGB (Red+Green+Blue) = 171+173+140=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD8C is #545273. Grayscale: #A8A8A8. Windows color (decimal): -5526132 or 9219499. OLE color: 9219499.

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

Color convert

RGB 171 173 140 -
CMYK 0.01 0 0.19 0.32
HSL 63.64º 0.17% 0.61% -
HSV(B) 63.64º 0.19% 0.68% -
XYZ 36.47 40.44 30.69 -
YUV 168.64 111.84 129.68 -
System Red Green Blue C M Y K H S L
Decimal 171 173 140 0.01 0 0.19 0.32 63.64 0.17 0.61
Hex AB AD 8C 1 0 13 20 40 11 3D
Octal 253 255 214 1 0 23 40 100 21 75
Binary 10101011 10101101 10001100 1 0 10011 100000 1000000 10001 111101

Color Harmonies of #ABAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAD8C

Black with #ABAD8C

Text Example


Text Example

White with #ABAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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