Html Css Color HEX #ABAB90 Bud

📋 copy color: '#ABAB90'

red 171 ◦ green 171 ◦ blue 144

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

Shades of Bud #ABAB90

Tints of Bud #ABAB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

 BLUE value IS 144 (56.64% from 255) = 29.63%

R = 35.19%
G = 35.19%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#ABAB90 (or 0xABAB90) is known color: Bud. HEX triplet: AB, AB and 90. RGB value is (171,171,144). Sum of RGB (Red+Green+Blue) = 171+171+144=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB90 is #54546F. Grayscale: #A8A8A8. Windows color (decimal): -5526640 or 9481131. OLE color: 9481131.

HSL color Cylindrical-coordinate representation of color #ABAB90: hue angle of 60º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABAB90 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 171 144 -
CMYK 0 0 0.16 0.33
HSL 60º 0.14% 0.62% -
HSV(B) 60º 0.16% 0.67% -
XYZ 36.39 39.8 32.15 -
YUV 167.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 171 171 144 0 0 0.16 0.33 60 0.14 0.62
Hex AB AB 90 0 0 10 21 3C E 3E
Octal 253 253 220 0 0 20 41 74 16 76
Binary 10101011 10101011 10010000 0 0 10000 100001 111100 1110 111110

Color Harmonies of #ABAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB90

Black with #ABAB90

Text Example


Text Example

White with #ABAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB90; }

 p { color: rgb(171,171,144); }

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

background-color css

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

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

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

border-color css

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

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

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