Html Css Color HEX #ABBFAB Zanah

📋 copy color: '#ABBFAB'

red 171 ◦ green 191 ◦ blue 171

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

Shades of Zanah #ABBFAB

Tints of Zanah #ABBFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.83%

 BLUE value IS 171 (67.19% from 255) = 32.08%

R = 32.08%
G = 35.83%
B = 32.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#ABBFAB (or 0xABBFAB) is known color: Zanah. HEX triplet: AB, BF and AB. RGB value is (171,191,171). Sum of RGB (Red+Green+Blue) = 171+191+171=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBFAB is #544054. Grayscale: #B6B6B6. Windows color (decimal): -5521493 or 11255723. OLE color: 11255723.

HSL color Cylindrical-coordinate representation of color #ABBFAB: hue angle of 120º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFAB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 191 171 -
CMYK 0.10 0 0.10 0.25
HSL 120º 0.14% 0.71% -
HSV(B) 120º 0.1% 0.75% -
XYZ 42.78 48.86 45.7 -
YUV 182.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 171 191 171 0.10 0 0.10 0.25 120 0.14 0.71
Hex AB BF AB A 0 A 19 78 E 47
Octal 253 277 253 12 0 12 31 170 16 107
Binary 10101011 10111111 10101011 1010 0 1010 11001 1111000 1110 1000111

Color Harmonies of #ABBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFAB

Black with #ABBFAB

Text Example


Text Example

White with #ABBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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