Html Css Color HEX #AC9E8F Zorba

📋 copy color: '#AC9E8F'

red 172 ◦ green 158 ◦ blue 143

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

Shades of Zorba #AC9E8F

Tints of Zorba #AC9E8F

RGB

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

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

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

R = 36.36%
G = 33.4%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC9E8F (or 0xAC9E8F) is known color: Zorba. HEX triplet: AC, 9E and 8F. RGB value is (172,158,143). Sum of RGB (Red+Green+Blue) = 172+158+143=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E8F is #536170. Grayscale: #A0A0A0. Windows color (decimal): -5464433 or 9412268. OLE color: 9412268.

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

Color convert

RGB 172 158 143 -
CMYK 0 0.08 0.17 0.33
HSL 31.03º 0.15% 0.62% -
HSV(B) 31.03º 0.17% 0.67% -
XYZ 34.2 35.21 30.98 -
YUV 160.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 172 158 143 0 0.08 0.17 0.33 31.03 0.15 0.62
Hex AC 9E 8F 0 8 11 21 1F F 3E
Octal 254 236 217 0 10 21 41 37 17 76
Binary 10101100 10011110 10001111 0 1000 10001 100001 11111 1111 111110

Color Harmonies of #AC9E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E8F

Black with #AC9E8F

Text Example


Text Example

White with #AC9E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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