#A1CCAF

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

Shades of Chinook #A1CCAF

Tints of Chinook #A1CCAF

Color information

#A1CCAF (or 0xA1CCAF) is unknown color: approx Chinook. HEX triplet: A1, CC and AF. RGB value is (161,204,175). Sum of RGB (Red+Green+Blue) = 161+204+175=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CCAF is #5E3350. Grayscale: #BBBBBB. Windows color (decimal): -6173521 or 11521185. OLE color: 11521185.

HSL color Cylindrical-coordinate representation of color #A1CCAF: hue angle of 139.53º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CCAF is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB161204175-
CMYK0.2100.140.2
HSL139.53º29.66%71.57%-
HSV(B)139.53º21.08%80%-
XYZ44.0353.8648.63-
YUV187.84120.75108.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 204 (80.08% from 255) = 37.78%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=29.81%
G=37.78%
B=32.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1612041750.2100.140.2139.5329.6671.57
HexA1CCAF150E148c1e48
Octal241314257250162421436110
Binary10100001110011001010111110101011101010010001100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCAF; }

 p { color: rgb(161,204,175); }

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

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

 a { background-color: rgb(161,204,175); }

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

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

 span { border-color: rgb(161,204,175); }

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