Html Css Color HEX #AB988A Zorba

📋 copy color: '#AB988A'

red 171 ◦ green 152 ◦ blue 138

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

Shades of Zorba #AB988A

Tints of Zorba #AB988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.97%

 BLUE value IS 138 (54.3% from 255) = 29.93%

R = 37.09%
G = 32.97%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB988A (or 0xAB988A) is known color: Zorba. HEX triplet: AB, 98 and 8A. RGB value is (171,152,138). Sum of RGB (Red+Green+Blue) = 171+152+138=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 171 - color contains mainly: red. Hex color #AB988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB988A is #546775. Grayscale: #9C9C9C. Windows color (decimal): -5531510 or 9083051. OLE color: 9083051.

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

Color convert

RGB 171 152 138 -
CMYK 0 0.11 0.19 0.33
HSL 25.45º 0.16% 0.61% -
HSV(B) 25.45º 0.19% 0.67% -
XYZ 32.61 32.95 28.69 -
YUV 156.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 171 152 138 0 0.11 0.19 0.33 25.45 0.16 0.61
Hex AB 98 8A 0 B 13 21 19 10 3D
Octal 253 230 212 0 13 23 41 31 20 75
Binary 10101011 10011000 10001010 0 1011 10011 100001 11001 10000 111101

Color Harmonies of #AB988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB988A

Black with #AB988A

Text Example


Text Example

White with #AB988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB988A; }

 p { color: rgb(171,152,138); }

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

background-color css

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

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

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

border-color css

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

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

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