#A1CFA9

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

Shades of Chinook #A1CFA9

Tints of Chinook #A1CFA9

Color information

#A1CFA9 (or 0xA1CFA9) is unknown color: approx Chinook. HEX triplet: A1, CF and A9. RGB value is (161,207,169). Sum of RGB (Red+Green+Blue) = 161+207+169=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFA9 is #5E3056. Grayscale: #BDBDBD. Windows color (decimal): -6172759 or 11128737. OLE color: 11128737.

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

Color convert

RGB161207169-
CMYK0.2200.180.19
HSL130.43º32.39%72.16%-
HSV(B)130.43º22.22%81.18%-
XYZ44.1755.0745.84-
YUV188.91116.76108.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 169 (66.41% from 255) = 31.47%
R=29.98%
G=38.55%
B=31.47%

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
Decimal1612071690.2200.180.19130.4332.3972.16
HexA1CFA91601213822048
Octal241317251260222320240110
Binary1010000111001111101010011011001001010011100000101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFA9; }

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

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

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

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

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

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

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

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