Html Css Color HEX #ABAB93 Bud

📋 copy color: '#ABAB93'

red 171 ◦ green 171 ◦ blue 147

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

Shades of Bud #ABAB93

Tints of Bud #ABAB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 34.97%
G = 34.97%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#ABAB93 (or 0xABAB93) is known color: Bud. HEX triplet: AB, AB and 93. RGB value is (171,171,147). Sum of RGB (Red+Green+Blue) = 171+171+147=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB93 is #54546C. Grayscale: #A8A8A8. Windows color (decimal): -5526637 or 9677739. OLE color: 9677739.

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

Color convert

RGB 171 171 147 -
CMYK 0 0 0.14 0.33
HSL 60º 0.13% 0.62% -
HSV(B) 60º 0.14% 0.67% -
XYZ 36.62 39.89 33.37 -
YUV 168.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 171 171 147 0 0 0.14 0.33 60 0.13 0.62
Hex AB AB 93 0 0 E 21 3C C 3E
Octal 253 253 223 0 0 16 41 74 14 76
Binary 10101011 10101011 10010011 0 0 1110 100001 111100 1100 111110

Color Harmonies of #ABAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAB93

Black with #ABAB93

Text Example


Text Example

White with #ABAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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