Html Css Color HEX #AC9789 Zorba

📋 copy color: '#AC9789'

red 172 ◦ green 151 ◦ blue 137

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

Shades of Zorba #AC9789

Tints of Zorba #AC9789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 37.39%
G = 32.83%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC9789 (or 0xAC9789) is known color: Zorba. HEX triplet: AC, 97 and 89. RGB value is (172,151,137). Sum of RGB (Red+Green+Blue) = 172+151+137=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9789 is #536876. Grayscale: #9B9B9B. Windows color (decimal): -5466231 or 9017260. OLE color: 9017260.

HSL color Cylindrical-coordinate representation of color #AC9789: hue angle of 24º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9789 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 137 -
CMYK 0 0.12 0.20 0.33
HSL 24º 0.17% 0.61% -
HSV(B) 24º 0.2% 0.67% -
XYZ 32.6 32.71 28.26 -
YUV 155.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 172 151 137 0 0.12 0.20 0.33 24 0.17 0.61
Hex AC 97 89 0 C 14 21 18 11 3D
Octal 254 227 211 0 14 24 41 30 21 75
Binary 10101100 10010111 10001001 0 1100 10100 100001 11000 10001 111101

Color Harmonies of #AC9789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9789

Black with #AC9789

Text Example


Text Example

White with #AC9789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9789; }

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

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

background-color css

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

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

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

border-color css

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

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

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