Html Css Color HEX #ACCCA6 Zanah

📋 copy color: '#ACCCA6'

red 172 ◦ green 204 ◦ blue 166

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

Shades of Zanah #ACCCA6

Tints of Zanah #ACCCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.64%

 BLUE value IS 166 (65.23% from 255) = 30.63%

R = 31.73%
G = 37.64%
B = 30.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#ACCCA6 (or 0xACCCA6) is known color: Zanah. HEX triplet: AC, CC and A6. RGB value is (172,204,166). Sum of RGB (Red+Green+Blue) = 172+204+166=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCA6 is #533359. Grayscale: #BEBEBE. Windows color (decimal): -5452634 or 10931372. OLE color: 10931372.

HSL color Cylindrical-coordinate representation of color #ACCCA6: hue angle of 110.53º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCCA6 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 166 -
CMYK 0.16 0 0.19 0.2
HSL 110.53º 0.27% 0.73% -
HSV(B) 110.53º 0.19% 0.8% -
XYZ 45.49 54.71 44.24 -
YUV 190.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 172 204 166 0.16 0 0.19 0.2 110.53 0.27 0.73
Hex AC CC A6 10 0 13 14 6F 1B 49
Octal 254 314 246 20 0 23 24 157 33 111
Binary 10101100 11001100 10100110 10000 0 10011 10100 1101111 11011 1001001

Color Harmonies of #ACCCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCA6

Black with #ACCCA6

Text Example


Text Example

White with #ACCCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCA6; }

 p { color: rgb(172,204,166); }

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

background-color css

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

 a { background-color: rgb(172,204,166); }

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

border-color css

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

 span { border-color: rgb(172,204,166); }

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