Html Css Color HEX #ABAE91 Bud

📋 copy color: '#ABAE91'

red 171 ◦ green 174 ◦ blue 145

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

Shades of Bud #ABAE91

Tints of Bud #ABAE91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 34.9%
G = 35.51%
B = 29.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#ABAE91 (or 0xABAE91) is known color: Bud. HEX triplet: AB, AE and 91. RGB value is (171,174,145). Sum of RGB (Red+Green+Blue) = 171+174+145=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE91 is #54516E. Grayscale: #A9A9A9. Windows color (decimal): -5525871 or 9547435. OLE color: 9547435.

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

Color convert

RGB 171 174 145 -
CMYK 0.02 0 0.17 0.32
HSL 66.21º 0.15% 0.63% -
HSV(B) 66.21º 0.17% 0.68% -
XYZ 37.04 40.97 32.74 -
YUV 169.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 171 174 145 0.02 0 0.17 0.32 66.21 0.15 0.63
Hex AB AE 91 2 0 11 20 42 F 3F
Octal 253 256 221 2 0 21 40 102 17 77
Binary 10101011 10101110 10010001 10 0 10001 100000 1000010 1111 111111

Color Harmonies of #ABAE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE91

Black with #ABAE91

Text Example


Text Example

White with #ABAE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE91; }

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

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

background-color css

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

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

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

border-color css

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

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

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