Html Css Color HEX #ABAE8F Bud

📋 copy color: '#ABAE8F'

red 171 ◦ green 174 ◦ blue 143

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

Shades of Bud #ABAE8F

Tints of Bud #ABAE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.3%

R = 35.04%
G = 35.66%
B = 29.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#ABAE8F (or 0xABAE8F) is known color: Bud. HEX triplet: AB, AE and 8F. RGB value is (171,174,143). Sum of RGB (Red+Green+Blue) = 171+174+143=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE8F is #545170. Grayscale: #A9A9A9. Windows color (decimal): -5525873 or 9416363. OLE color: 9416363.

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

Color convert

RGB 171 174 143 -
CMYK 0.02 0 0.18 0.32
HSL 65.81º 0.16% 0.62% -
HSV(B) 65.81º 0.18% 0.68% -
XYZ 36.89 40.91 31.94 -
YUV 169.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 171 174 143 0.02 0 0.18 0.32 65.81 0.16 0.62
Hex AB AE 8F 2 0 12 20 42 10 3E
Octal 253 256 217 2 0 22 40 102 20 76
Binary 10101011 10101110 10001111 10 0 10010 100000 1000010 10000 111110

Color Harmonies of #ABAE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE8F

Black with #ABAE8F

Text Example


Text Example

White with #ABAE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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