Html Css Color HEX #ABAE8D Bud

📋 copy color: '#ABAE8D'

red 171 ◦ green 174 ◦ blue 141

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

Shades of Bud #ABAE8D

Tints of Bud #ABAE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.8%

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

R = 35.19%
G = 35.8%
B = 29.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#ABAE8D (or 0xABAE8D) is known color: Bud. HEX triplet: AB, AE and 8D. RGB value is (171,174,141). Sum of RGB (Red+Green+Blue) = 171+174+141=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE8D is #545172. Grayscale: #A9A9A9. Windows color (decimal): -5525875 or 9285291. OLE color: 9285291.

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

Color convert

RGB 171 174 141 -
CMYK 0.02 0 0.19 0.32
HSL 65.45º 0.17% 0.62% -
HSV(B) 65.45º 0.19% 0.68% -
XYZ 36.74 40.85 31.15 -
YUV 169.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 171 174 141 0.02 0 0.19 0.32 65.45 0.17 0.62
Hex AB AE 8D 2 0 13 20 41 11 3E
Octal 253 256 215 2 0 23 40 101 21 76
Binary 10101011 10101110 10001101 10 0 10011 100000 1000001 10001 111110

Color Harmonies of #ABAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE8D

Black with #ABAE8D

Text Example


Text Example

White with #ABAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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