Html Css Color HEX #AB9E91 Zorba

📋 copy color: '#AB9E91'

red 171 ◦ green 158 ◦ blue 145

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

Shades of Zorba #AB9E91

Tints of Zorba #AB9E91

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 36.08%
G = 33.33%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AB9E91 (or 0xAB9E91) is known color: Zorba. HEX triplet: AB, 9E and 91. RGB value is (171,158,145). Sum of RGB (Red+Green+Blue) = 171+158+145=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E91 is #54616E. Grayscale: #A0A0A0. Windows color (decimal): -5529967 or 9543339. OLE color: 9543339.

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

Color convert

RGB 171 158 145 -
CMYK 0 0.08 0.15 0.33
HSL 30º 0.13% 0.62% -
HSV(B) 30º 0.15% 0.67% -
XYZ 34.13 35.16 31.77 -
YUV 160.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 171 158 145 0 0.08 0.15 0.33 30 0.13 0.62
Hex AB 9E 91 0 8 F 21 1E D 3E
Octal 253 236 221 0 10 17 41 36 15 76
Binary 10101011 10011110 10010001 0 1000 1111 100001 11110 1101 111110

Color Harmonies of #AB9E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E91

Black with #AB9E91

Text Example


Text Example

White with #AB9E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E91; }

 p { color: rgb(171,158,145); }

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

background-color css

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

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

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

border-color css

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

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

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