Html Css Color HEX #AB9A8E Zorba

📋 copy color: '#AB9A8E'

red 171 ◦ green 154 ◦ blue 142

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

Shades of Zorba #AB9A8E

Tints of Zorba #AB9A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.98%

 BLUE value IS 142 (55.86% from 255) = 30.41%

R = 36.62%
G = 32.98%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB9A8E (or 0xAB9A8E) is known color: Zorba. HEX triplet: AB, 9A and 8E. RGB value is (171,154,142). Sum of RGB (Red+Green+Blue) = 171+154+142=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A8E is #546571. Grayscale: #9D9D9D. Windows color (decimal): -5530994 or 9345707. OLE color: 9345707.

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

Color convert

RGB 171 154 142 -
CMYK 0 0.10 0.17 0.33
HSL 24.83º 0.15% 0.61% -
HSV(B) 24.83º 0.17% 0.67% -
XYZ 33.23 33.72 30.35 -
YUV 157.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 171 154 142 0 0.10 0.17 0.33 24.83 0.15 0.61
Hex AB 9A 8E 0 A 11 21 19 F 3D
Octal 253 232 216 0 12 21 41 31 17 75
Binary 10101011 10011010 10001110 0 1010 10001 100001 11001 1111 111101

Color Harmonies of #AB9A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A8E

Black with #AB9A8E

Text Example


Text Example

White with #AB9A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A8E; }

 p { color: rgb(171,154,142); }

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

background-color css

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

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

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

border-color css

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

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

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