Html Css Color HEX #AB9785 Zorba

📋 copy color: '#AB9785'

red 171 ◦ green 151 ◦ blue 133

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

Shades of Zorba #AB9785

Tints of Zorba #AB9785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.19%

 BLUE value IS 133 (52.34% from 255) = 29.23%

R = 37.58%
G = 33.19%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB9785 (or 0xAB9785) is known color: Zorba. HEX triplet: AB, 97 and 85. RGB value is (171,151,133). Sum of RGB (Red+Green+Blue) = 171+151+133=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9785 is #54687A. Grayscale: #9B9B9B. Windows color (decimal): -5531771 or 8755115. OLE color: 8755115.

HSL color Cylindrical-coordinate representation of color #AB9785: hue angle of 28.42º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB9785 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 151 133 -
CMYK 0 0.12 0.22 0.33
HSL 28.42º 0.18% 0.6% -
HSV(B) 28.42º 0.22% 0.67% -
XYZ 32.09 32.48 26.77 -
YUV 154.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 171 151 133 0 0.12 0.22 0.33 28.42 0.18 0.6
Hex AB 97 85 0 C 16 21 1C 12 3C
Octal 253 227 205 0 14 26 41 34 22 74
Binary 10101011 10010111 10000101 0 1100 10110 100001 11100 10010 111100

Color Harmonies of #AB9785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9785

Black with #AB9785

Text Example


Text Example

White with #AB9785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9785; }

 p { color: rgb(171,151,133); }

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

background-color css

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

 a { background-color: rgb(171,151,133); }

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

border-color css

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

 span { border-color: rgb(171,151,133); }

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