Html Css Color HEX #AB998B Zorba

📋 copy color: '#AB998B'

red 171 ◦ green 153 ◦ blue 139

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

Shades of Zorba #AB998B

Tints of Zorba #AB998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.05%

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 36.93%
G = 33.05%
B = 30.02%

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

#AB998B (or 0xAB998B) is known color: Zorba. HEX triplet: AB, 99 and 8B. RGB value is (171,153,139). Sum of RGB (Red+Green+Blue) = 171+153+139=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB998B is #546674. Grayscale: #9C9C9C. Windows color (decimal): -5531253 or 9148843. OLE color: 9148843.

HSL color Cylindrical-coordinate representation of color #AB998B: hue angle of 26.25º 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 #AB998B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 139 -
CMYK 0 0.11 0.19 0.33
HSL 26.25º 0.16% 0.61% -
HSV(B) 26.25º 0.19% 0.67% -
XYZ 32.85 33.3 29.12 -
YUV 156.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 171 153 139 0 0.11 0.19 0.33 26.25 0.16 0.61
Hex AB 99 8B 0 B 13 21 1A 10 3D
Octal 253 231 213 0 13 23 41 32 20 75
Binary 10101011 10011001 10001011 0 1011 10011 100001 11010 10000 111101

Color Harmonies of #AB998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB998B

Black with #AB998B

Text Example


Text Example

White with #AB998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB998B; }

 p { color: rgb(171,153,139); }

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

background-color css

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

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

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

border-color css

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

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

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