#A4CFAB

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

Shades of Chinook #A4CFAB

Tints of Chinook #A4CFAB

Color information

#A4CFAB (or 0xA4CFAB) is unknown color: approx Chinook. HEX triplet: A4, CF and AB. RGB value is (164,207,171). Sum of RGB (Red+Green+Blue) = 164+207+171=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFAB is #5B3054. Grayscale: #BEBEBE. Windows color (decimal): -5976149 or 11259812. OLE color: 11259812.

HSL color Cylindrical-coordinate representation of color #A4CFAB: hue angle of 129.77º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFAB is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB164207171-
CMYK0.2100.170.19
HSL129.77º30.94%72.75%-
HSV(B)129.77º20.77%81.18%-
XYZ44.9755.4646.86-
YUV190.04117.25109.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 207 (81.25% from 255) = 38.19%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=30.26%
G=38.19%
B=31.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642071710.2100.170.19129.7730.9472.75
HexA4CFAB1501113821f49
Octal244317253250212320237111
Binary101001001100111110101011101010100011001110000010111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFAB; }

 p { color: rgb(164,207,171); }

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

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

 a { background-color: rgb(164,207,171); }

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

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

 span { border-color: rgb(164,207,171); }

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