Html Css Color HEX #ABAF91 Bud

📋 copy color: '#ABAF91'

red 171 ◦ green 175 ◦ blue 145

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

Shades of Bud #ABAF91

Tints of Bud #ABAF91

RGB

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

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

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

R = 34.83%
G = 35.64%
B = 29.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#ABAF91 (or 0xABAF91) is known color: Bud. HEX triplet: AB, AF and 91. RGB value is (171,175,145). Sum of RGB (Red+Green+Blue) = 171+175+145=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF91 is #54506E. Grayscale: #AAAAAA. Windows color (decimal): -5525615 or 9547691. OLE color: 9547691.

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

Color convert

RGB 171 175 145 -
CMYK 0.02 0 0.17 0.31
HSL 68º 0.16% 0.63% -
HSV(B) 68º 0.17% 0.69% -
XYZ 37.24 41.36 32.81 -
YUV 170.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 171 175 145 0.02 0 0.17 0.31 68 0.16 0.63
Hex AB AF 91 2 0 11 1F 44 10 3F
Octal 253 257 221 2 0 21 37 104 20 77
Binary 10101011 10101111 10010001 10 0 10001 11111 1000100 10000 111111

Color Harmonies of #ABAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF91

Black with #ABAF91

Text Example


Text Example

White with #ABAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF91; }

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

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

background-color css

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

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

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

border-color css

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

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

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