#A1CFAA

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

Shades of Chinook #A1CFAA

Tints of Chinook #A1CFAA

Color information

#A1CFAA (or 0xA1CFAA) is unknown color: approx Chinook. HEX triplet: A1, CF and AA. RGB value is (161,207,170). Sum of RGB (Red+Green+Blue) = 161+207+170=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFAA is #5E3055. Grayscale: #BDBDBD. Windows color (decimal): -6172758 or 11194273. OLE color: 11194273.

HSL color Cylindrical-coordinate representation of color #A1CFAA: hue angle of 131.74º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CFAA is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB161207170-
CMYK0.2200.180.19
HSL131.74º32.39%72.16%-
HSV(B)131.74º22.22%81.18%-
XYZ44.2755.146.33-
YUV189.03117.26108.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.93%
GREEN value IS 207 (81.25% from 255) = 38.48%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=29.93%
G=38.48%
B=31.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071700.2200.180.19131.7432.3972.16
HexA1CFAA1601213842048
Octal241317252260222320440110
Binary1010000111001111101010101011001001010011100001001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFAA; }

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

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

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

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

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

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

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

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