Html Css Color HEX #ABAF8E Bud

📋 copy color: '#ABAF8E'

red 171 ◦ green 175 ◦ blue 142

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

Shades of Bud #ABAF8E

Tints of Bud #ABAF8E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.86%

 BLUE value IS 142 (55.86% from 255) = 29.1%

R = 35.04%
G = 35.86%
B = 29.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#ABAF8E (or 0xABAF8E) is known color: Bud. HEX triplet: AB, AF and 8E. RGB value is (171,175,142). Sum of RGB (Red+Green+Blue) = 171+175+142=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF8E is #545071. Grayscale: #AAAAAA. Windows color (decimal): -5525618 or 9351083. OLE color: 9351083.

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

Color convert

RGB 171 175 142 -
CMYK 0.02 0 0.19 0.31
HSL 67.27º 0.17% 0.62% -
HSV(B) 67.27º 0.19% 0.69% -
XYZ 37.01 41.27 31.61 -
YUV 170.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 171 175 142 0.02 0 0.19 0.31 67.27 0.17 0.62
Hex AB AF 8E 2 0 13 1F 43 11 3E
Octal 253 257 216 2 0 23 37 103 21 76
Binary 10101011 10101111 10001110 10 0 10011 11111 1000011 10001 111110

Color Harmonies of #ABAF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF8E

Black with #ABAF8E

Text Example


Text Example

White with #ABAF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF8E; }

 p { color: rgb(171,175,142); }

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

background-color css

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

 a { background-color: rgb(171,175,142); }

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

border-color css

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

 span { border-color: rgb(171,175,142); }

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