Html Css Color HEX #AC9D8F Zorba

📋 copy color: '#AC9D8F'

red 172 ◦ green 157 ◦ blue 143

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

Shades of Zorba #AC9D8F

Tints of Zorba #AC9D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 36.44%
G = 33.26%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC9D8F (or 0xAC9D8F) is known color: Zorba. HEX triplet: AC, 9D and 8F. RGB value is (172,157,143). Sum of RGB (Red+Green+Blue) = 172+157+143=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D8F is #536270. Grayscale: #9F9F9F. Windows color (decimal): -5464689 or 9412012. OLE color: 9412012.

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

Color convert

RGB 172 157 143 -
CMYK 0 0.09 0.17 0.33
HSL 28.97º 0.15% 0.62% -
HSV(B) 28.97º 0.17% 0.67% -
XYZ 34.03 34.87 30.92 -
YUV 159.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 172 157 143 0 0.09 0.17 0.33 28.97 0.15 0.62
Hex AC 9D 8F 0 9 11 21 1D F 3E
Octal 254 235 217 0 11 21 41 35 17 76
Binary 10101100 10011101 10001111 0 1001 10001 100001 11101 1111 111110

Color Harmonies of #AC9D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D8F

Black with #AC9D8F

Text Example


Text Example

White with #AC9D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D8F; }

 p { color: rgb(172,157,143); }

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

background-color css

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

 a { background-color: rgb(172,157,143); }

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

border-color css

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

 span { border-color: rgb(172,157,143); }

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