Html Css Color HEX #AB9C8E Zorba

📋 copy color: '#AB9C8E'

red 171 ◦ green 156 ◦ blue 142

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

Shades of Zorba #AB9C8E

Tints of Zorba #AB9C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

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

R = 36.46%
G = 33.26%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB9C8E (or 0xAB9C8E) is known color: Zorba. HEX triplet: AB, 9C and 8E. RGB value is (171,156,142). Sum of RGB (Red+Green+Blue) = 171+156+142=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9C8E is #546371. Grayscale: #9E9E9E. Windows color (decimal): -5530482 or 9346219. OLE color: 9346219.

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

Color convert

RGB 171 156 142 -
CMYK 0 0.09 0.17 0.33
HSL 28.97º 0.15% 0.61% -
HSV(B) 28.97º 0.17% 0.67% -
XYZ 33.57 34.39 30.46 -
YUV 158.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 171 156 142 0 0.09 0.17 0.33 28.97 0.15 0.61
Hex AB 9C 8E 0 9 11 21 1D F 3D
Octal 253 234 216 0 11 21 41 35 17 75
Binary 10101011 10011100 10001110 0 1001 10001 100001 11101 1111 111101

Color Harmonies of #AB9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C8E

Black with #AB9C8E

Text Example


Text Example

White with #AB9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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