Html Css Color HEX #AC9A8A Zorba

📋 copy color: '#AC9A8A'

red 172 ◦ green 154 ◦ blue 138

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

Shades of Zorba #AC9A8A

Tints of Zorba #AC9A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 37.07%
G = 33.19%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC9A8A (or 0xAC9A8A) is known color: Zorba. HEX triplet: AC, 9A and 8A. RGB value is (172,154,138). Sum of RGB (Red+Green+Blue) = 172+154+138=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A8A is #536575. Grayscale: #9D9D9D. Windows color (decimal): -5465462 or 9083564. OLE color: 9083564.

HSL color Cylindrical-coordinate representation of color #AC9A8A: hue angle of 28.24º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9A8A is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 154 138 -
CMYK 0 0.10 0.20 0.33
HSL 28.24º 0.17% 0.61% -
HSV(B) 28.24º 0.2% 0.67% -
XYZ 33.16 33.72 28.81 -
YUV 157.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 172 154 138 0 0.10 0.20 0.33 28.24 0.17 0.61
Hex AC 9A 8A 0 A 14 21 1C 11 3D
Octal 254 232 212 0 12 24 41 34 21 75
Binary 10101100 10011010 10001010 0 1010 10100 100001 11100 10001 111101

Color Harmonies of #AC9A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A8A

Black with #AC9A8A

Text Example


Text Example

White with #AC9A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A8A; }

 p { color: rgb(172,154,138); }

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

background-color css

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

 a { background-color: rgb(172,154,138); }

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

border-color css

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

 span { border-color: rgb(172,154,138); }

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