#A4CFAA

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

Shades of Chinook #A4CFAA

Tints of Chinook #A4CFAA

Color information

#A4CFAA (or 0xA4CFAA) is unknown color: approx Chinook. HEX triplet: A4, CF and AA. RGB value is (164,207,170). Sum of RGB (Red+Green+Blue) = 164+207+170=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFAA is #5B3055. Grayscale: #BEBEBE. Windows color (decimal): -5976150 or 11194276. OLE color: 11194276.

HSL color Cylindrical-coordinate representation of color #A4CFAA: hue angle of 128.37º 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 #A4CFAA is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB164207170-
CMYK0.2100.180.19
HSL128.37º30.94%72.75%-
HSV(B)128.37º20.77%81.18%-
XYZ44.8855.4246.36-
YUV189.92116.75109.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=30.31%
G=38.26%
B=31.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642071700.2100.180.19128.3730.9472.75
HexA4CFAA1501213801f49
Octal244317252250222320037111
Binary101001001100111110101010101010100101001110000000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CFAA; }

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

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

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

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

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

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

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

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