Html Css Color HEX #ABAF89 Bud

📋 copy color: '#ABAF89'

red 171 ◦ green 175 ◦ blue 137

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

Shades of Bud #ABAF89

Tints of Bud #ABAF89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.36%

R = 35.4%
G = 36.23%
B = 28.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#ABAF89 (or 0xABAF89) is known color: Bud. HEX triplet: AB, AF and 89. RGB value is (171,175,137). Sum of RGB (Red+Green+Blue) = 171+175+137=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF89 is #545076. Grayscale: #A9A9A9. Windows color (decimal): -5525623 or 9023403. OLE color: 9023403.

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

Color convert

RGB 171 175 137 -
CMYK 0.02 0 0.22 0.31
HSL 66.32º 0.19% 0.61% -
HSV(B) 66.32º 0.22% 0.69% -
XYZ 36.64 41.12 29.67 -
YUV 169.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 171 175 137 0.02 0 0.22 0.31 66.32 0.19 0.61
Hex AB AF 89 2 0 16 1F 42 13 3D
Octal 253 257 211 2 0 26 37 102 23 75
Binary 10101011 10101111 10001001 10 0 10110 11111 1000010 10011 111101

Color Harmonies of #ABAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF89

Black with #ABAF89

Text Example


Text Example

White with #ABAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF89; }

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

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

background-color css

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

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

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

border-color css

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

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

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