#ACCBAE

Color #ACCBAE Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ACCBAE

Tints of Zanah #ACCBAE

Color information

#ACCBAE (or 0xACCBAE) is unknown color: approx Zanah. HEX triplet: AC, CB and AE. RGB value is (172,203,174). Sum of RGB (Red+Green+Blue) = 172+203+174=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCBAE is #533451. Grayscale: #BEBEBE. Windows color (decimal): -5452882 or 11455404. OLE color: 11455404.

HSL color Cylindrical-coordinate representation of color #ACCBAE: hue angle of 123.87º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBAE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB172203174-
CMYK0.1500.140.20
HSL123.87º22.96%73.53%-
HSV(B)123.87º15.27%79.61%-
XYZ46.0154.5448.15-
YUV190.42118.73114.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=31.33%
G=36.98%
B=31.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031740.1500.140.20123.8722.9673.53
HexACCBAEF0E147c174a
Octal254313256170162417427112
Binary101011001100101110101110111101110101001111100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBAE; }

 p { color: rgb(172,203,174); }

 H1.HeaderClassName
 {
   color: #ACCBAE;
 }
 .AnyTagClassName
 {
   color: #ACCBAE;
 }
</style>
background-color css

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

 a { background-color: rgb(172,203,174); }

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

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

 span { border-color: rgb(172,203,174); }

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