Html Css Color HEX #AC9F92 Zorba

📋 copy color: '#AC9F92'

red 172 ◦ green 159 ◦ blue 146

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

Shades of Zorba #AC9F92

Tints of Zorba #AC9F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.61%

R = 36.06%
G = 33.33%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9F92 (or 0xAC9F92) is known color: Zorba. HEX triplet: AC, 9F and 92. RGB value is (172,159,146). Sum of RGB (Red+Green+Blue) = 172+159+146=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F92 is #53606D. Grayscale: #A1A1A1. Windows color (decimal): -5464174 or 9609132. OLE color: 9609132.

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

Color convert

RGB 172 159 146 -
CMYK 0 0.08 0.15 0.33
HSL 30º 0.14% 0.62% -
HSV(B) 30º 0.15% 0.67% -
XYZ 34.6 35.64 32.25 -
YUV 161.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 172 159 146 0 0.08 0.15 0.33 30 0.14 0.62
Hex AC 9F 92 0 8 F 21 1E E 3E
Octal 254 237 222 0 10 17 41 36 16 76
Binary 10101100 10011111 10010010 0 1000 1111 100001 11110 1110 111110

Color Harmonies of #AC9F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F92

Black with #AC9F92

Text Example


Text Example

White with #AC9F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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