Html Css Color HEX #AC9F94 Zorba

📋 copy color: '#AC9F94'

red 172 ◦ green 159 ◦ blue 148

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

Shades of Zorba #AC9F94

Tints of Zorba #AC9F94

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.19%

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 35.91%
G = 33.19%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AC9F94 (or 0xAC9F94) is known color: Zorba. HEX triplet: AC, 9F and 94. RGB value is (172,159,148). Sum of RGB (Red+Green+Blue) = 172+159+148=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F94 is #53606B. Grayscale: #A1A1A1. Windows color (decimal): -5464172 or 9740204. OLE color: 9740204.

HSL color Cylindrical-coordinate representation of color #AC9F94: hue angle of 27.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC9F94 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 148 -
CMYK 0 0.08 0.14 0.33
HSL 27.5º 0.13% 0.63% -
HSV(B) 27.5º 0.14% 0.67% -
XYZ 34.76 35.71 33.08 -
YUV 161.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 172 159 148 0 0.08 0.14 0.33 27.5 0.13 0.63
Hex AC 9F 94 0 8 E 21 1C D 3F
Octal 254 237 224 0 10 16 41 34 15 77
Binary 10101100 10011111 10010100 0 1000 1110 100001 11100 1101 111111

Color Harmonies of #AC9F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F94

Black with #AC9F94

Text Example


Text Example

White with #AC9F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F94; }

 p { color: rgb(172,159,148); }

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

background-color css

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

 a { background-color: rgb(172,159,148); }

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

border-color css

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

 span { border-color: rgb(172,159,148); }

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