#A1CDA4

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

Shades of Chinook #A1CDA4

Tints of Chinook #A1CDA4

Color information

#A1CDA4 (or 0xA1CDA4) is unknown color: approx Chinook. HEX triplet: A1, CD and A4. RGB value is (161,205,164). Sum of RGB (Red+Green+Blue) = 161+205+164=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CDA4 is #5E325B. Grayscale: #BBBBBB. Windows color (decimal): -6173276 or 10800545. OLE color: 10800545.

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

Color convert

RGB161205164-
CMYK0.2100.20.20
HSL124.09º30.56%71.76%-
HSV(B)124.09º21.46%80.39%-
XYZ43.2353.9243.25-
YUV187.17114.92109.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=30.38%
G=38.68%
B=30.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612051640.2100.20.20124.0930.5671.76
HexA1CDA415014147c1f48
Octal241315244250242417437110
Binary10100001110011011010010010101010100101001111100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDA4; }

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

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

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

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

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

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

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

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