Html Css Color HEX #AB9E92 Zorba

📋 copy color: '#AB9E92'

red 171 ◦ green 158 ◦ blue 146

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

Shades of Zorba #AB9E92

Tints of Zorba #AB9E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.74%

R = 36%
G = 33.26%
B = 30.74%

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

#AB9E92 (or 0xAB9E92) is known color: Zorba. HEX triplet: AB, 9E and 92. RGB value is (171,158,146). Sum of RGB (Red+Green+Blue) = 171+158+146=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9E92 is #54616D. Grayscale: #A0A0A0. Windows color (decimal): -5529966 or 9608875. OLE color: 9608875.

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

Color convert

RGB 171 158 146 -
CMYK 0 0.08 0.15 0.33
HSL 28.8º 0.13% 0.62% -
HSV(B) 28.8º 0.15% 0.67% -
XYZ 34.21 35.19 32.18 -
YUV 160.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 171 158 146 0 0.08 0.15 0.33 28.8 0.13 0.62
Hex AB 9E 92 0 8 F 21 1D D 3E
Octal 253 236 222 0 10 17 41 35 15 76
Binary 10101011 10011110 10010010 0 1000 1111 100001 11101 1101 111110

Color Harmonies of #AB9E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9E92

Black with #AB9E92

Text Example


Text Example

White with #AB9E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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