Html Css Color HEX #ACCCAB Zanah

📋 copy color: '#ACCCAB'

red 172 ◦ green 204 ◦ blue 171

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

Shades of Zanah #ACCCAB

Tints of Zanah #ACCCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 31.44%
G = 37.29%
B = 31.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#ACCCAB (or 0xACCCAB) is known color: Zanah. HEX triplet: AC, CC and AB. RGB value is (172,204,171). Sum of RGB (Red+Green+Blue) = 172+204+171=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCCAB is #533354. Grayscale: #BEBEBE. Windows color (decimal): -5452629 or 11259052. OLE color: 11259052.

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

Color convert

RGB 172 204 171 -
CMYK 0.16 0 0.16 0.2
HSL 118.18º 0.24% 0.74% -
HSV(B) 118.18º 0.16% 0.8% -
XYZ 45.96 54.9 46.7 -
YUV 190.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 172 204 171 0.16 0 0.16 0.2 118.18 0.24 0.74
Hex AC CC AB 10 0 10 14 76 18 4A
Octal 254 314 253 20 0 20 24 166 30 112
Binary 10101100 11001100 10101011 10000 0 10000 10100 1110110 11000 1001010

Color Harmonies of #ACCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCAB

Black with #ACCCAB

Text Example


Text Example

White with #ACCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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