Html Css Color HEX #ACC7A8 Zanah

📋 copy color: '#ACC7A8'

red 172 ◦ green 199 ◦ blue 168

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

Shades of Zanah #ACC7A8

Tints of Zanah #ACC7A8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.92%

 BLUE value IS 168 (66.02% from 255) = 31.17%

R = 31.91%
G = 36.92%
B = 31.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#ACC7A8 (or 0xACC7A8) is known color: Zanah. HEX triplet: AC, C7 and A8. RGB value is (172,199,168). Sum of RGB (Red+Green+Blue) = 172+199+168=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7A8 is #533857. Grayscale: #BBBBBB. Windows color (decimal): -5453912 or 11061164. OLE color: 11061164.

HSL color Cylindrical-coordinate representation of color #ACC7A8: hue angle of 112.26º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC7A8 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 168 -
CMYK 0.14 0 0.16 0.22
HSL 112.26º 0.22% 0.72% -
HSV(B) 112.26º 0.16% 0.78% -
XYZ 44.5 52.44 44.82 -
YUV 187.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 172 199 168 0.14 0 0.16 0.22 112.26 0.22 0.72
Hex AC C7 A8 E 0 10 16 70 16 48
Octal 254 307 250 16 0 20 26 160 26 110
Binary 10101100 11000111 10101000 1110 0 10000 10110 1110000 10110 1001000

Color Harmonies of #ACC7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC7A8

Black with #ACC7A8

Text Example


Text Example

White with #ACC7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC7A8; }

 p { color: rgb(172,199,168); }

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

background-color css

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

 a { background-color: rgb(172,199,168); }

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

border-color css

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

 span { border-color: rgb(172,199,168); }

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