#A1CDAF

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

Shades of Chinook #A1CDAF

Tints of Chinook #A1CDAF

Color information

#A1CDAF (or 0xA1CDAF) is unknown color: approx Chinook. HEX triplet: A1, CD and AF. RGB value is (161,205,175). Sum of RGB (Red+Green+Blue) = 161+205+175=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDAF is #5E3250. Grayscale: #BCBCBC. Windows color (decimal): -6173265 or 11521441. OLE color: 11521441.

HSL color Cylindrical-coordinate representation of color #A1CDAF: hue angle of 139.09º degrees, saturation: 0.31, 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 #A1CDAF is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB161205175-
CMYK0.2100.150.20
HSL139.09º30.56%71.76%-
HSV(B)139.09º21.46%80.39%-
XYZ44.2754.3348.71-
YUV188.42120.42108.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=29.76%
G=37.89%
B=32.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051750.2100.150.20139.0930.5671.76
HexA1CDAF150F148b1f48
Octal241315257250172421337110
Binary10100001110011011010111110101011111010010001011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDAF; }

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

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

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

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

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

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

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

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