#A1CFAD

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

Shades of Chinook #A1CFAD

Tints of Chinook #A1CFAD

Color information

#A1CFAD (or 0xA1CFAD) is unknown color: approx Chinook. HEX triplet: A1, CF and AD. RGB value is (161,207,173). Sum of RGB (Red+Green+Blue) = 161+207+173=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CFAD is #5E3052. Grayscale: #BDBDBD. Windows color (decimal): -6172755 or 11390881. OLE color: 11390881.

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

Color convert

RGB161207173-
CMYK0.2200.160.19
HSL135.65º32.39%72.16%-
HSV(B)135.65º22.22%81.18%-
XYZ44.5555.2247.85-
YUV189.37118.76107.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=29.76%
G=38.26%
B=31.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612071730.2200.160.19135.6532.3972.16
HexA1CFAD1601013882048
Octal241317255260202321040110
Binary1010000111001111101011011011001000010011100010001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CFAD; }

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

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

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

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

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

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

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

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