Html Css Color HEX #AB9D90 Zorba

📋 copy color: '#AB9D90'

red 171 ◦ green 157 ◦ blue 144

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

Shades of Zorba #AB9D90

Tints of Zorba #AB9D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 36.23%
G = 33.26%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB9D90 (or 0xAB9D90) is known color: Zorba. HEX triplet: AB, 9D and 90. RGB value is (171,157,144). Sum of RGB (Red+Green+Blue) = 171+157+144=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9D90 is #54626F. Grayscale: #9F9F9F. Windows color (decimal): -5530224 or 9477547. OLE color: 9477547.

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

Color convert

RGB 171 157 144 -
CMYK 0 0.08 0.16 0.33
HSL 28.89º 0.14% 0.62% -
HSV(B) 28.89º 0.16% 0.67% -
XYZ 33.89 34.79 31.31 -
YUV 159.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 171 157 144 0 0.08 0.16 0.33 28.89 0.14 0.62
Hex AB 9D 90 0 8 10 21 1D E 3E
Octal 253 235 220 0 10 20 41 35 16 76
Binary 10101011 10011101 10010000 0 1000 10000 100001 11101 1110 111110

Color Harmonies of #AB9D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D90

Black with #AB9D90

Text Example


Text Example

White with #AB9D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D90; }

 p { color: rgb(171,157,144); }

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

background-color css

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

 a { background-color: rgb(171,157,144); }

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

border-color css

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

 span { border-color: rgb(171,157,144); }

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