Html Css Color HEX #ABBAAB Zanah

📋 copy color: '#ABBAAB'

red 171 ◦ green 186 ◦ blue 171

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

Shades of Zanah #ABBAAB

Tints of Zanah #ABBAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.23%

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

R = 32.39%
G = 35.23%
B = 32.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#ABBAAB (or 0xABBAAB) is known color: Zanah. HEX triplet: AB, BA and AB. RGB value is (171,186,171). Sum of RGB (Red+Green+Blue) = 171+186+171=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAAB is #544554. Grayscale: #B3B3B3. Windows color (decimal): -5522773 or 11254443. OLE color: 11254443.

HSL color Cylindrical-coordinate representation of color #ABBAAB: hue angle of 120º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABBAAB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 171 -
CMYK 0.08 0 0.08 0.27
HSL 120º 0.1% 0.7% -
HSV(B) 120º 0.08% 0.73% -
XYZ 41.7 46.72 45.35 -
YUV 179.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 171 186 171 0.08 0 0.08 0.27 120 0.1 0.7
Hex AB BA AB 8 0 8 1B 78 A 46
Octal 253 272 253 10 0 10 33 170 12 106
Binary 10101011 10111010 10101011 1000 0 1000 11011 1111000 1010 1000110

Color Harmonies of #ABBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAAB

Black with #ABBAAB

Text Example


Text Example

White with #ABBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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