Html Css Color HEX #AC9788 Zorba

📋 copy color: '#AC9788'

red 172 ◦ green 151 ◦ blue 136

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

Shades of Zorba #AC9788

Tints of Zorba #AC9788

RGB

 RED value IS 172 (67.58% from 255) = 37.47%

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

 BLUE value IS 136 (53.52% from 255) = 29.63%

R = 37.47%
G = 32.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC9788 (or 0xAC9788) is known color: Zorba. HEX triplet: AC, 97 and 88. RGB value is (172,151,136). Sum of RGB (Red+Green+Blue) = 172+151+136=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9788 is #536877. Grayscale: #9B9B9B. Windows color (decimal): -5466232 or 8951724. OLE color: 8951724.

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

Color convert

RGB 172 151 136 -
CMYK 0 0.12 0.21 0.33
HSL 25º 0.18% 0.6% -
HSV(B) 25º 0.21% 0.67% -
XYZ 32.52 32.68 27.89 -
YUV 155.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 172 151 136 0 0.12 0.21 0.33 25 0.18 0.6
Hex AC 97 88 0 C 15 21 19 12 3C
Octal 254 227 210 0 14 25 41 31 22 74
Binary 10101100 10010111 10001000 0 1100 10101 100001 11001 10010 111100

Color Harmonies of #AC9788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9788

Black with #AC9788

Text Example


Text Example

White with #AC9788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9788; }

 p { color: rgb(172,151,136); }

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

background-color css

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

 a { background-color: rgb(172,151,136); }

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

border-color css

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

 span { border-color: rgb(172,151,136); }

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