#A1CDA5

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

Shades of Chinook #A1CDA5

Tints of Chinook #A1CDA5

Color information

#A1CDA5 (or 0xA1CDA5) is unknown color: approx Chinook. HEX triplet: A1, CD and A5. RGB value is (161,205,165). Sum of RGB (Red+Green+Blue) = 161+205+165=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDA5 is #5E325A. Grayscale: #BBBBBB. Windows color (decimal): -6173275 or 10866081. OLE color: 10866081.

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

Color convert

RGB161205165-
CMYK0.2100.200.20
HSL125.45º30.56%71.76%-
HSV(B)125.45º21.46%80.39%-
XYZ43.3253.9643.73-
YUV187.28115.42109.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.32%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=30.32%
G=38.61%
B=31.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051650.2100.200.20125.4530.5671.76
HexA1CDA515014147d1f48
Octal241315245250242417537110
Binary10100001110011011010010110101010100101001111101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDA5; }

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

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

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

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

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

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

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

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