Html Css Color HEX #AC9E90 Zorba

📋 copy color: '#AC9E90'

red 172 ◦ green 158 ◦ blue 144

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

Shades of Zorba #AC9E90

Tints of Zorba #AC9E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 36.29%
G = 33.33%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC9E90 (or 0xAC9E90) is known color: Zorba. HEX triplet: AC, 9E and 90. RGB value is (172,158,144). Sum of RGB (Red+Green+Blue) = 172+158+144=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E90 is #53616F. Grayscale: #A0A0A0. Windows color (decimal): -5464432 or 9477804. OLE color: 9477804.

HSL color Cylindrical-coordinate representation of color #AC9E90: 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.16%. Process color model (Four color, CMYK) of #AC9E90 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 144 -
CMYK 0 0.08 0.16 0.33
HSL 30º 0.14% 0.62% -
HSV(B) 30º 0.16% 0.67% -
XYZ 34.27 35.24 31.38 -
YUV 160.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 172 158 144 0 0.08 0.16 0.33 30 0.14 0.62
Hex AC 9E 90 0 8 10 21 1E E 3E
Octal 254 236 220 0 10 20 41 36 16 76
Binary 10101100 10011110 10010000 0 1000 10000 100001 11110 1110 111110

Color Harmonies of #AC9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E90

Black with #AC9E90

Text Example


Text Example

White with #AC9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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